mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
feat(testing): Enabled tracing for local setup
This commit is contained in:
@@ -39,7 +39,7 @@ const config: PlaywrightTestConfig = {
|
||||
baseURL: 'http://localhost:3000',
|
||||
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: 'on-first-retry',
|
||||
trace: process.env.CI ? 'on-first-retry': 'on',
|
||||
screenshot: 'only-on-failure',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user