22 lines
474 B
JSON
22 lines
474 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"
|
|
},
|
|
"devDependencies": {
|
|
"cypress-cucumber-preprocessor": "^4.2.0",
|
|
"cypress-mailosaur": "^2.3.3"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
},
|
|
"scripts": {
|
|
"test": "cypress open"
|
|
},
|
|
"author": "Simon Priet",
|
|
"license": "ISC"
|
|
}
|