playwright-video
playwright-video copied to clipboard
Record video when the test fails
I am using this library to record the video but i am not able to check is there any way to record/save the video when only the test fail
@FahadRS There's no direct support for this, but you should be able to use the workaround described here. https://github.com/qawolf/playwright-video/issues/23
@celeryclub thanks for the quick response can you plese tell me is there any way to detect the test has failed in the after all hook in the jest