{ "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": { "cypress-cucumber-preprocessor": "^4.2.0" }, "scripts": { "test": "cypress open" }, "author": "Simon Priet", "license": "ISC" }