mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00: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',
|
||||
|
||||
/* 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,
|
||||
|
||||
Reference in New Issue
Block a user