Closed npetridis closed 2 years ago
This does not look like a Jest-Playwright configuration, you need to use @playwright/test fully if you want to leverage it's config. See here: https://playwright.dev/docs/intro
To have screenshots on failure with Jest see here: https://github.com/playwright-community/jest-playwright#usage-with-custom-testenvironment
But we recommend @playwright/test
Is your feature request related to a problem? Please describe.
Describe the solution you'd like I can see in the playwright config that they have an option to take screenshots on failure. How can we do this with jest-playwright? I tried it on jest-playwright.config.js but it didn't work
Any help would be appreciated. Thank you!