aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-05-25 09:17:26 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-05-25 09:53:42 +0800
commit715624227a12e4fdec2634319e4a619927986958 (patch)
tree2beb0af879c4776d7254eb7e318296a766422790 /package.json
parentf5cefbbeda4c0ad6ad578a56e0e87d9e4171cc18 (diff)
downloadtangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar.gz
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar.bz2
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar.lz
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar.xz
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.tar.zst
tangerine-wallet-browser-715624227a12e4fdec2634319e4a619927986958.zip
Add basic e2e tests for the new UI
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 372ffbfa5..5fbbabe80 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,9 @@
"test:integration": "npm run test:integration:build && npm run test:flat && npm run test:mascara",
"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:chrome:beta": "SELENIUM_BROWSER=chrome test/e2e/beta/run-all.sh",
"test:e2e:firefox": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run:firefox'",
+ "test:e2e:firefox:beta": "SELENIUM_BROWSER=firefox test/e2e/beta/run-all.sh",
"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'",