aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-05-29 00:17:22 +0800
committerGitHub <noreply@github.com>2018-05-29 00:17:22 +0800
commit12492aae60b96bc439d8a7e0272b1a41924cbf1e (patch)
tree2beb0af879c4776d7254eb7e318296a766422790 /package.json
parent8e672a82e2ba7838370a5332c4775a8399c961b9 (diff)
parent715624227a12e4fdec2634319e4a619927986958 (diff)
downloadtangerine-wallet-browser-12492aae60b96bc439d8a7e0272b1a41924cbf1e.tar.gz
tangerine-wallet-browser-12492aae60b96bc439d8a7e0272b1a41924cbf1e.tar.zst
tangerine-wallet-browser-12492aae60b96bc439d8a7e0272b1a41924cbf1e.zip
Merge pull request #4373 from whymarrh/new-ui-e2e
Basic end-to-end (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'",