superset/superset-frontend/cypress-base/package.json
dependabot[bot] 64ad70cc8d
build(deps): bump express and @applitools/eyes-cypress in /superset-frontend/cypress-base (#22342)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 21:20:46 -07:00

35 lines
851 B
JSON

{
"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": {
"@applitools/eyes-cypress": "^3.29.1",
"@cypress/code-coverage": "^3.9.11",
"@superset-ui/core": "^0.18.8",
"brace": "^0.11.1",
"cy-verify-downloads": "^0.1.6",
"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"
]
}
}