jest-playwright
jest-playwright copied to clipboard
Can we rename the generated video from playwright?
Is there a way we can get the test name from jest and use it to rename the generated video from playwright?
Not sure that it possible now. @mxschmitt am i right?
There is an opened playwright
issue about this: https://github.com/microsoft/playwright/issues/4131
@NareshMurthy I achieved it by using jest-circus, see https://www.ludeknovy.tech/blog/playwright-session-recoring-with-jest/