{ "name": "nitro-cypress", "version": "1.0.0", "description": "Fullstack tests with cypress for Human Connection", "author": "Human Connection gGmbh", "license": "MIT", "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, "scripts": { "cypress:run": "cypress run --browser chrome", "cypress:open": "cypress open --browser chrome" }, "devDependencies": { "cypress": "^3.2.0", "cypress-cucumber-preprocessor": "^1.11.0", "dotenv": "^7.0.0", "faker": "^4.1.0", "graphql-request": "^1.8.2", "neo4j-driver": "^1.7.3" } }