playwright-jest-examples
playwright-jest-examples copied to clipboard
Provided example does not record videos
Provided example of recording videos with playwrignt-jest does not record videos.
Note:
- I haven't changed anything in this project.
- Just git cloned it, run
yarnandyarn test
Attaching screenshots to prove that videos are not recorded if tests fail and if tests pass (videos folder hasn't been even created):

Would be really helpful if someone can have a look at this issue soon, thank you @mxschmitt
Could you try setting launchType: "LAUNCH" in your jest-playwright.config.js?
That's working! Thanks, @mxschmitt ! Probably will be good to update this example.