diff options
| author | Johann-S <[email protected]> | 2018-08-01 10:11:10 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-08-30 22:17:15 +0200 |
| commit | 54d86e6249d90fa8634acd3bc0b78556269edce5 (patch) | |
| tree | 2bdd488b52c0f28569b5da377bdf9a4c1cd115da /package.json | |
| parent | 2f5f8ef755395c1c3bb1663bf22caf93d74738fc (diff) | |
| download | bootstrap-54d86e6249d90fa8634acd3bc0b78556269edce5.tar.xz bootstrap-54d86e6249d90fa8634acd3bc0b78556269edce5.zip | |
move away from sauce labs to browserstack
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 5b06a0302..9c5b05b7a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma", "js-test-karma-bundle": "cross-env karma start js/tests/karma-bundle.conf.js", "js-test-karma-bundle-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma-bundle", - "js-test-cloud": "npm-run-all --parallel --race http-server saucelabs-test", + "js-test-cloud": "karma start js/tests/karma-browserstack.conf.js", "coveralls": "shx cat js/coverage/lcov.info | coveralls", "docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint", "docs-compile": "bundle exec jekyll build", @@ -71,7 +71,6 @@ "release-sri": "node build/generate-sri.js", "release-version": "node build/change-version.js", "release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..", - "saucelabs-test": "node build/saucelabs-unit-test.js", "dist": "npm-run-all --parallel css js", "test": "npm-run-all dist js-test docs-compile docs-lint bundlesize", "watch": "npm-run-all --parallel watch-*", @@ -113,8 +112,9 @@ "glob": "^7.1.3", "htmllint-cli": "^0.0.7", "http-server": "^0.11.1", - "jsunitsaucelabs": "^1.3.2", + "ip": "^1.1.5", "karma": "^3.0.0", + "karma-browserstack-launcher": "^1.3.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^2.0.2", "karma-detect-browsers": "^2.3.2", |
