{ "name": "superset-cypress", "version": "1.0.0", "description": "run cypress against superset", "scripts": { "cypress": "cypress", "cypress-run-chrome": "cypress run --browser chrome --headless", "cypress-debug": "cypress open --config watchForFileChanges=true" }, "author": "Apache", "license": "Apache-2.0", "dependencies": { "@cypress/code-coverage": "^3.9.11", "@superset-ui/core": "^0.18.8", "querystringify": "^2.2.0", "react-dom": "^16.13.0", "rison": "^0.1.1", "shortid": "^2.2.15" }, "devDependencies": { "@types/querystringify": "^2.0.0", "cypress": "^7.0.0", "eslint-plugin-cypress": "^2.12.1" }, "nyc": { "reporter": [ "html", "json" ] } }