@grafana/e2e: added tests (#25836)
* Use at least cypress@4.9 ... which has [arguably] better TypeScript definitions * Updated lockfile * Added tests for CLI and API * Minor changes
Showing
packages/grafana-e2e/.gitignore
0 → 100644
... | ... | @@ -27,6 +27,7 @@ |
"lint": "eslint cypress/ src/ --ext=.js,.ts,.tsx", | ||
"open": "cypress open", | ||
"start": "cypress run --headless --browser chrome", | ||
"test": "pushd test && node ../dist/bin/grafana-e2e.js run", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -49,7 +50,7 @@ |
"@mochajs/json-file-reporter": "^1.2.0", | ||
"blink-diff": "1.0.13", | ||
"commander": "5.0.0", | ||
"cypress": "^4.7.0", | ||
"cypress": "^4.9.0", | ||
"cypress-file-upload": "^4.0.7", | ||
"execa": "4.0.0", | ||
"resolve-as-bin": "2.1.0", | ||
... | ... |
Please
register
or
sign in
to comment