aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas <thomas.b.huang@gmail.com>2018-05-15 08:17:36 +0800
committerThomas <thomas.b.huang@gmail.com>2018-05-15 08:17:36 +0800
commitcd42d1820318739668774af25e9b1318cd2256dd (patch)
tree0bd202618e24828d0a5d2c6cba3c230331d90325 /package.json
parent3632ea29cc0a21448d904d985ae70ee0c13484a4 (diff)
downloadtangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar.gz
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar.bz2
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar.lz
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar.xz
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.tar.zst
tangerine-wallet-browser-cd42d1820318739668774af25e9b1318cd2256dd.zip
Merge e2e tests into one
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 72278bbed..535c5f662 100644
--- a/package.json
+++ b/package.json
@@ -15,8 +15,8 @@
"test:integration:build": "gulp build:scss",
"test:e2e:chrome": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run:chrome'",
"test:e2e:firefox": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run:firefox'",
- "test:e2e:run:chrome": "SELENIUM_BROWSER=chrome mocha test/e2e/chrome/metamask.spec --recursive",
- "test:e2e:run:firefox": "SELENIUM_BROWSER=firefox mocha test/e2e/firefox/metamask.spec --recursive",
+ "test:e2e:run:chrome": "SELENIUM_BROWSER=chrome mocha test/e2e/metamask.spec --bail --recursive",
+ "test:e2e:run:firefox": "SELENIUM_BROWSER=firefox mocha test/e2e/metamask.spec --bail --recursive",
"test:screens": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:screens:run'",
"test:screens:run": "node test/screens/new-ui.js",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",