Add cypress options

pull/2413/head
Jérémy Rialland 2022-12-05 12:51:09 +01:00 committed by Jérémy Rialland
parent f60663eff7
commit 5c79c1a8d2
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ export default defineConfig({
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:3000/mon-entreprise',
specPattern: 'cypress/integration/mon-entreprise/**/*.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalStudio: true,
},
retries: {
// Configure retry attempts for `cypress run`