Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Document use with playwright-test #108

Open
rattrayalex opened this issue Jul 22, 2021 · 0 comments
Open

Document use with playwright-test #108

rattrayalex opened this issue Jul 22, 2021 · 0 comments

Comments

@rattrayalex
Copy link

jest-playwright is now telling people to just use @playwright/test instead of Jest, eg:

import { test, expect } from '@playwright/test';

test.describe('headed block', () => {
  test.use({ headless: false });

  test('my headed test', async ({ page }) => {
    // ...
  });
});
$ npx playwright test

Currently there don't seem to be docs or examples on how to use root-cause with this test runner.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant