From 5c79c1a8d273894ea99b1e25c108352291db7908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Mon, 5 Dec 2022 12:51:09 +0100 Subject: [PATCH] Add cypress options --- site/cypress.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/cypress.config.ts b/site/cypress.config.ts index 16eec0c75..07f36afc0 100644 --- a/site/cypress.config.ts +++ b/site/cypress.config.ts @@ -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`