hananmalka
hananmalka
Hi, Any news about this issue? I'm having the same error and couldn't find for a solution
Anyone found any workaround for this? At least until it will be fixed? I'm facing the same issue in beforEach() when running playwright tests
@wanton7 I tried this one but it didn't work. Looks like it ignores the timeout I set...
@wanton7 Not sure. This is my code: ``` beforeEach(async () => { await page.goto("https://www.google.com"); await page.reload(); }, 60000); it("test", async () => { await page.goto("some_other_site"); }); ``` And this is...
any update?
You can get the video path by executing: `const videoFileName = await page.video().path();` Then, just rename it using `fs.rename( videoFilePath, newPath, callback )`