mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #32984 from overleaf/mj-test-runner-cypress-env
[skills] Describe cypress environment variables for running specific cypress tests GitOrigin-RevId: db64ed3f0a4d9ecbe6b7d63c9275314da0df7421
This commit is contained in:
committed by
Copybot
parent
36a8447bb3
commit
1d37483e73
@@ -34,7 +34,7 @@ export default defineConfig({
|
||||
excludeSpecPattern: process.env.CYPRESS_EXCLUDE_SPEC_PATTERN,
|
||||
},
|
||||
retries: {
|
||||
runMode: 3,
|
||||
runMode: parseInt(process.env.CYPRESS_RETRIES || '3', 10) || 3,
|
||||
},
|
||||
...reporterOptions,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user