lifen-autotest/package.json

19 lines
412 B
JSON

{
"name": "cypress",
"version": "1.0.0",
"description": "run cypress end-2-end tests against post-prod.lifen.fr",
"main": "index.js",
"dependencies": {
"cypress": "^8.3.1",
"cypress-cucumber-preprocessor": "^4.2.0"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"scripts": {
"test": "cypress open"
},
"author": "Simon Priet",
"license": "ISC"
}