E2E: Add new run modes for e2e tests (#22795)
* WIP: started e2e tests for bar gauge * Updated * Updated * Updated cypress from 3.7 -> 4.1 * reverted cypress upgrade * Updated test * Update e2e docs * Updated docs
This commit is contained in:
+2
-1
@@ -155,7 +155,8 @@
|
||||
"build": "grunt build",
|
||||
"dev": "webpack --progress --colors --config scripts/webpack/webpack.dev.js",
|
||||
"e2e": "./e2e/start-and-run-suite",
|
||||
"e2e:debug": "SLOWMO=1 && ./e2e/start-and-run-suite --headed --no-exit",
|
||||
"e2e:debug": "./e2e/start-and-run-suite debug",
|
||||
"e2e:dev": "./e2e/start-and-run-suite dev",
|
||||
"jest": "jest --notify --watch",
|
||||
"jest-ci": "mkdir -p reports/junit && export JEST_JUNIT_OUTPUT_DIR=reports/junit && jest --ci --reporters=default --reporters=jest-junit --maxWorkers 2",
|
||||
"lint": "eslint public/app e2e/suite1 public/test --ext=.js,.ts,.tsx",
|
||||
|
||||
Reference in New Issue
Block a user