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

@@ -1,5 +1,5 @@
{
"name": "cypress_app",
"name": "cypress",
"version": "1.0.0",
"description": "run cypress end-2-end tests against post-prod.lifen.fr",
"main": "index.js",
@@ -10,6 +10,9 @@
"cypress-cucumber-preprocessor": "^4.2.0",
"cypress-mailosaur": "^2.3.3"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"scripts": {
"test": "cypress open"
},