aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-31 04:48:46 +0800
committerkumavis <aaron@kumavis.me>2018-03-31 04:48:46 +0800
commit2997067ca04a7a8853875d24d0efe25451600c2c (patch)
tree7f6284fc62e32da80d98cdb6e91603edcf9b0d9f /package.json
parent37acf5ff4f47a2eb62e3dc3bcffb9d2894ea624d (diff)
downloadtangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar.gz
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar.bz2
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar.lz
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar.xz
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.tar.zst
tangerine-wallet-browser-2997067ca04a7a8853875d24d0efe25451600c2c.zip
ci - e2e+screens - use shell-parallel to run ganache
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 4e618f563..6bb934eec 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,10 @@
"test:single": "cross-env METAMASK_ENV=test mocha --require test/helper.js",
"test:integration": "npm run test:integration:build && npm run test:flat && npm run test:mascara",
"test:integration:build": "gulp build:scss",
- "test:e2e": "cross-env METAMASK_ENV=test mocha test/e2e/metamask.spec --recursive",
- "test:screens": "cross-env METAMASK_ENV=test npm run ganache:start & mocha test/screens/new.spec --recursive || kill $!",
+ "test:e2e": "shell-parallel -s 'npm run ganache:start' -x 'npm run test:e2e:run'",
+ "test:e2e:run": "mocha test/e2e/metamask.spec --recursive",
+ "test:screens": "shell-parallel -s 'npm run ganache:start' -x 'npm run test:screens:run'",
+ "test:screens:run": "mocha test/screens/new.spec --recursive",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",
"test:coveralls-upload": "if [ $COVERALLS_REPO_TOKEN ]; then nyc report --reporter=text-lcov | coveralls; fi",
"test:flat": "npm run test:flat:build && karma start test/flat.conf.js",
@@ -144,7 +146,6 @@
"number-to-bn": "^1.7.0",
"obj-multiplex": "^1.0.0",
"obs-store": "^3.0.0",
- "once": "^1.3.3",
"percentile": "^1.2.0",
"pify": "^3.0.0",
"ping-pong-stream": "^1.0.0",
@@ -267,6 +268,7 @@
"redux-test-utils": "^0.2.2",
"rimraf": "^2.6.2",
"selenium-webdriver": "^3.5.0",
+ "shell-parallel": "^1.0.2",
"sinon": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"tape": "^4.5.1",