feat(Cypress-Gherkin): Implemented the whole test in cypress and updated documentation accordingly

This commit is contained in:
Simon Priet
2021-09-08 12:25:55 +02:00
parent 68acc2a949
commit ed9a550d5e
12 changed files with 269 additions and 317 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"
}