diff --git a/cypress.json b/cypress.json index 87c9f4a5..52122158 100644 --- a/cypress.json +++ b/cypress.json @@ -2,7 +2,5 @@ "baseUrl": "https://app.post-prod.lifen.fr", "env": { "MAILOSAUR_API_KEY": "your-key-here" - }, - "testFiles": "**/*.feature", - "ignoreTestFiles": "**/*.spec.js" + } }