From db11f48ed69c6a2b6ad9a1b32467fb566cc27af1 Mon Sep 17 00:00:00 2001 From: Junyi Date: Tue, 6 Dec 2022 19:49:57 +0800 Subject: [PATCH] test(e2e): fix dump --- e2e-tests/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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