From 88c1226aaf480c9d9521dc058d3e021b66fedc1f Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Wed, 8 Sep 2021 10:05:17 +0200 Subject: [PATCH] revert(Cypress): temporaly disabled feature test locally to debug the api testing --- cypress.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" + } }