diff options
author | kumavis <aaron@kumavis.me> | 2018-03-28 05:28:37 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-28 05:28:37 +0800 |
commit | 914a098c8aef0d16ad97a48011cedbea328ea481 (patch) | |
tree | d98b785bb185fdde6e177dc1bf44f5c4d2bf0abe /package.json | |
parent | f74e802026538e81d7d224eb72353b85eb2ac149 (diff) | |
parent | 246287ff1c7784a171786f66cb6dd2b4686e84c4 (diff) | |
download | tangerine-wallet-browser-914a098c8aef0d16ad97a48011cedbea328ea481.tar.gz tangerine-wallet-browser-914a098c8aef0d16ad97a48011cedbea328ea481.tar.zst tangerine-wallet-browser-914a098c8aef0d16ad97a48011cedbea328ea481.zip |
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index b43112358..c1ba6e761 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "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": "METAMASK_ENV=test mocha test/e2e/metamask.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", @@ -202,6 +203,7 @@ "brfs": "^1.4.3", "browserify": "^16.1.1", "chai": "^4.1.0", + "chromedriver": "^2.34.1", "compression": "^1.7.1", "coveralls": "^3.0.0", "cross-env": "^5.1.4", @@ -231,7 +233,7 @@ "gulp-watch": "^5.0.0", "gulp-zip": "^4.0.0", "isomorphic-fetch": "^2.2.1", - "jsdom": "^11.1.0", + "jsdom": "^11.2.0", "jsdom-global": "^3.0.2", "jshint-stylish": "~2.2.1", "karma": "^2.0.0", @@ -254,6 +256,7 @@ "react-addons-test-utils": "^15.5.1", "react-test-renderer": "^15.6.2", "react-testutils-additions": "^15.2.0", + "selenium-webdriver": "^3.5.0", "redux-test-utils": "^0.2.2", "sinon": "^4.0.0", "stylelint-config-standard": "^18.2.0", |