{ "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" }