revert(Cypress): temporaly disabled feature test locally to debug the api testing

This commit is contained in:
Simon Priet 2021-09-08 10:05:17 +02:00
parent facf129f65
commit 88c1226aaf

View File

@ -2,7 +2,5 @@
"baseUrl": "https://app.post-prod.lifen.fr", "baseUrl": "https://app.post-prod.lifen.fr",
"env": { "env": {
"MAILOSAUR_API_KEY": "your-key-here" "MAILOSAUR_API_KEY": "your-key-here"
}, }
"testFiles": "**/*.feature",
"ignoreTestFiles": "**/*.spec.js"
} }