{ "name": "cypress-tests", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "cy:version": "cypress version", "cy:verify": "cypress verify", "cy:run": "wait-on $npm_config_start_url && CYPRESS_BASE_URL=$npm_config_start_url cypress run --env grepTags=\"Fixed\",configFile=$npm_config_environment --browser chrome --headless --record --key $npm_config_record_key", "cy:run:happypath": "wait-on $npm_config_start_url && CYPRESS_BASE_URL=$npm_config_start_url cypress run --env grepTags=\"Happy-Path\",configFile=$npm_config_environment --browser chrome --headless --record --key $npm_config_record_key", "cy:open": "cypress open --env configFile=development", "cy:run:dev": "cypress run --env configFile=development \"$@\"", "cy:open:staging": "cypress open --env configFile=staging", "cy:run:nightly": "CYPRESS_BASE_URL=$npm_config_staging_url cypress run --env grepTags=\"Cypress-Nightly-Run\",configFile=$npm_config_environment --browser chrome --headless --record --key $npm_config_record_key --tag staging-nightly" }, "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.19.1", "@babel/preset-env": "7.17.10", "@bigbinary/neeto-commons-frontend": "2.0.73", "@cypress/code-coverage": "^3.10.0", "@cypress/grep": "3.1.1", "@cypress/webpack-preprocessor": "^5.11.1", "@rails/actioncable": "^6.1.5", "babel-loader": "^9.1.2", "browserify": "^17.0.0", "cypress": "^12.9.0", "cypress-browser-permissions": "^1.1.0", "cypress-file-upload": "^5.0.8", "cypress-iframe": "^1.0.1", "cypress-real-events": "^1.7.0", "cypress-recurse": "^1.23.0", "eslint-plugin-cypress": "^2.12.1", "faker": "^5.5.3", "fs-extra": "^10.0.1", "path-browserify": "^1.0.1", "source-map-loader": "4.0.1", "wait-on": "^7.0.1", "webpack": "5.76.0", "webpack-dev-server": "4.11.1" }, "nyc": { "cache": false, "all": true, "report-dir": "coverage", "exclude": [ "**" ] } }