Skip to content

Commit

Permalink
Add concurrency for testcafe_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kuzin (DevExpress) committed Oct 13, 2021
1 parent 2ffe89f commit 7a28843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "karma start ./build-scripts/karma.conf.js",
"testcafe": "concurrently \"http-server --silent\" \"testcafe -c 4 -q chrome testCafe/ --selector-timeout 1500 --reporter minimal\"",
"testcafe_file": "concurrently \"http-server --silent\" \"testcafe chrome testCafe/components/popup.ts --selector-timeout 1500 --reporter minimal\"",
"testcafe_ci": "http-server --silent & testcafe -q chrome:headless testCafe/ --reporter minimal,dashboard",
"testcafe_ci": "http-server --silent & testcafe -c 4 -q chrome:headless testCafe/ --reporter minimal,dashboard",
"testcafe_sauce": "testcafe \"saucelabs:[email protected]:Windows 10\" testCafe/",
"release": "standard-version --message \"Release: %s [skip ci]\" ",
"build_core_dev": "webpack --config ./build-scripts/survey-core/webpack.config.js --env.buildType dev",
Expand Down

0 comments on commit 7a28843

Please sign in to comment.