Files
superset2/superset-frontend/cypress-base/package.json
dependabot[bot] 955efdac1a chore(deps): bump nanoid from 5.0.7 to 5.0.9 in /superset-frontend/cypress-base (#31362)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 09:53:06 -07:00

36 lines
895 B
JSON

{
"name": "superset-cypress",
"version": "1.0.0",
"description": "run cypress against superset",
"license": "Apache-2.0",
"author": "Apache",
"scripts": {
"cypress": "cypress",
"cypress-debug": "cypress open --config watchForFileChanges=true",
"cypress-run-chrome": "cypress run --browser chrome --headless"
},
"nyc": {
"reporter": [
"html",
"json"
]
},
"dependencies": {
"@applitools/eyes-cypress": "^3.44.7",
"@cypress/code-coverage": "^3.10.4",
"@superset-ui/core": "^2.1.0",
"brace": "^0.11.1",
"cy-verify-downloads": "^0.2.5",
"cypress-fail-on-console-error": "^4.0.3",
"querystringify": "^2.2.0",
"react-dom": "^16.13.0",
"rison": "^0.1.1",
"nanoid": "^5.0.9"
},
"devDependencies": {
"@types/querystringify": "^2.0.0",
"cypress": "^11.2.0",
"eslint-plugin-cypress": "^3.5.0"
}
}