refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode

This commit is contained in:
Simon Priet
2021-09-06 20:39:49 +02:00
parent 30ae95b375
commit a0d70f98f2
214 changed files with 18373 additions and 4889 deletions

View File

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