lifen-autotest/package.json

16 lines
315 B
JSON

{
"name": "cypress_app",
"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": {},
"scripts": {
"test": "cypress open"
},
"author": "Simon Priet",
"license": "ISC"
}