jest-playwright
jest-playwright copied to clipboard
Running tests using Jest & Playwright
**Describe the bug** We just tried migrating to jest-playwright 2.0.0, especially because of Jest 28 upgrade, as provided by #801. Unfortunately, build fails with: ``` .../[email protected]_qruclkpwe5tgscr3gxibacztji/node_modules/jest-playwright-preset/types/global.d.ts(233,5): error TS2709: Cannot use...
Like with no-sandbox, webkit will not run with the flag --font-render-hinting. Specifically on Ubuntu 20 (github actions), it does fine on MacOS. ``` [TEST] Error: Browser closed. [TEST] ==================== Browser...
I am attempting to utilize `globalSetup` and `globalTeardown` to implement authentication once per suite rather than once per test. In `jest.config` I customize the browsers array via environment variables like...
Is there a way we can get the test name from jest and use it to rename the generated video from playwright?
**Describe the bug** Using `jestPlaywrightSkip` (and any other extend methods) with either `xdescribe` or `xit` is throwing JS error, which make a test/test suite fail. **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** Currently, when set `collectCoverage` to `true`, `jest-playwright` can collect the code coverage information from `babel-plugin-istanbul` and output the coverage to...
I haven't tried this repo yet, but I was scanning thru the code. As of now, only `config.serverOptions` is used inside `global.ts`, but the config is read from a jest-playwright...
**Describe the bug** This is not a bug, just a question. I use `--onlyFailures` to make our tests more stable. We can use it for no-watch mode now. https://github.com/facebook/jest/pull/10678 I...
**Is your feature request related to a problem? Please describe.** When running tests against image snapshots, I often come across discrepancies that stem from animated parts being in different phases....
**Is your feature request related to a problem? Please describe.** Playwright has experimental support for Android: https://playwright.dev/docs/api/class-android Cloud providers such as BrowserStack provide real Android device support for Playwright: https://www.browserstack.com/blog/introducing-android-playwright/...