chore(ci): reorganize CI workflows and add depcheck and playwright jobs
This commit is contained in:
@ -31,6 +31,9 @@ export default defineConfig({
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: 'on-first-retry',
|
||||
},
|
||||
expect: {
|
||||
timeout: 30 * 1000,
|
||||
},
|
||||
|
||||
/* Configure projects for major browsers */
|
||||
projects: [
|
||||
|
Reference in New Issue
Block a user