aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-05-12 03:46:53 +0800
committerGitHub <noreply@github.com>2018-05-12 03:46:53 +0800
commit76ab5c04fae20dc0fd2798ad8a336a0364032aff (patch)
tree59ae2bcde6349b735a0ae542a9207a06c48ab2b9 /package.json
parentbfc19e403b6b1612d60a9e191e250e5a794df4cf (diff)
parent3632ea29cc0a21448d904d985ae70ee0c13484a4 (diff)
downloadtangerine-wallet-browser-76ab5c04fae20dc0fd2798ad8a336a0364032aff.tar.gz
tangerine-wallet-browser-76ab5c04fae20dc0fd2798ad8a336a0364032aff.tar.zst
tangerine-wallet-browser-76ab5c04fae20dc0fd2798ad8a336a0364032aff.zip
Merge pull request #4226 from MetaMask/e2e-tests
E2E tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0474efb41..72278bbed 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,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": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run'",
- "test:e2e:run": "mocha test/e2e/metamask.spec --recursive",
+ "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: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",
@@ -228,6 +230,7 @@
"fs-promise": "^2.0.3",
"ganache-cli": "^6.1.0",
"ganache-core": "^2.1.0",
+ "geckodriver": "^1.11.0",
"gifencoder": "^1.1.0",
"gulp": "github:gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-babel": "^7.0.0",