mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
turn trace on for all tests
This commit is contained in:
@@ -27,7 +27,7 @@ export default defineConfig({
|
|||||||
// baseURL: 'http://127.0.0.1:3000',
|
// baseURL: 'http://127.0.0.1:3000',
|
||||||
|
|
||||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||||
trace: process.env.CI ? 'on-first-retry' : 'on',
|
trace: 'on',
|
||||||
},
|
},
|
||||||
|
|
||||||
timeout: 10 * 1000,
|
timeout: 10 * 1000,
|
||||||
|
|||||||
Reference in New Issue
Block a user