mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-03 04:23:31 +08:00
fix: use retries in e2e tests and increase timeouts
This commit is contained in:
@@ -4,9 +4,13 @@ export default defineConfig({
|
||||
testDir: './specs',
|
||||
fullyParallel: true,
|
||||
forbidOnly: false,
|
||||
retries: 0,
|
||||
retries: 3,
|
||||
workers: 4,
|
||||
reporter: 'html',
|
||||
timeout: 60_000,
|
||||
expect: {
|
||||
timeout: 10_000,
|
||||
},
|
||||
use: {
|
||||
trace: 'on-first-retry',
|
||||
video: 'on',
|
||||
|
||||
Reference in New Issue
Block a user