Skip to content

Commit

Permalink
Removed dashboard reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
T_S_V committed Oct 27, 2021
1 parent 1e43aec commit 5977b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"testcafe_file": "concurrently \"http-server --silent\" \"testcafe chrome testCafe/components/popup.ts --selector-timeout 1500 --reporter minimal\"",
"testcafe_ci": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal,dashboard",
"testcafe_sauce": "testcafe \"saucelabs:[email protected]:Windows 10\" testCafe/",
"testcafe:ko": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal,dashboard --env=knockout",
"testcafe:react": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal,dashboard --env=react",
"testcafe:vue": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal,dashboard --env=vue",
"testcafe:ko": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal --env=knockout",
"testcafe:react": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal --env=react",
"testcafe:vue": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal --env=vue",
"release": "standard-version --message \"Release: %s [skip ci]\" ",
"build_core_dev": "webpack --config ./build-scripts/survey-core/webpack.config.js --env.buildType dev",
"build_core_prod": "webpack --config ./build-scripts/survey-core/webpack.config.js --env.buildType prod",
Expand Down

0 comments on commit 5977b49

Please sign in to comment.