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:
Torkel Ödegaard
2020-03-16 14:35:55 +01:00
committed by GitHub
parent 642c1a16dd
commit 75d7f9072c
12 changed files with 103 additions and 38 deletions
+2 -1
View File
@@ -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",