| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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.9",
- "@cypress/code-coverage": "^3.10.4",
- "@superset-ui/core": "^2.1.0",
- "brace": "^0.11.1",
- "chai": "^4.5.0",
- "cy-verify-downloads": "^0.2.5",
- "cypress-fail-on-console-error": "^4.0.3",
- "nanoid": "^5.0.9",
- "querystringify": "^2.2.0",
- "react-dom": "^16.13.0",
- "rison": "^0.1.1"
- },
- "devDependencies": {
- "@types/querystringify": "^2.0.0",
- "cypress": "^11.2.0",
- "eslint-plugin-cypress": "^3.5.0",
- "tscw-config": "^1.1.2"
- }
- }
|