diff --git a/e2e-tests/fixtures.ts b/e2e-tests/fixtures.ts index cd8d5b8c3..f09a33057 100644 --- a/e2e-tests/fixtures.ts +++ b/e2e-tests/fixtures.ts @@ -138,7 +138,7 @@ base.afterAll(async () => { // await electronApp.close() //} // use .dump as extension to avoid unfolded when zip by github - await context.tracing.stop({ path: 'e2e-dump/trace.zip.dump' }); + await context.tracing.stop({ path: `e2e-dump/trace-${Date.now()}.zip.dump` }); }) // hijack electron app into the test context