diff options
author | Sneh Koul <35871990+Sneh1999@users.noreply.github.com> | 2019-04-17 01:59:11 +0800 |
---|---|---|
committer | Dan J Miller <danjm.com@gmail.com> | 2019-04-17 01:59:11 +0800 |
commit | fb22fb12cafec238a2143df6e94218c890e4ba4e (patch) | |
tree | c44774b4aefae5b0866ea9f92d3e89fb4f34e55a /package.json | |
parent | 76075ac6528a6cca92b29cf024eb00ab25a6f9aa (diff) | |
download | tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar.gz tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar.bz2 tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar.lz tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar.xz tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.tar.zst tangerine-wallet-browser-fb22fb12cafec238a2143df6e94218c890e4ba4e.zip |
Adds e2e test for most web3 methods that dapps use (#6160)
* schema added
* ui for the dapp added and schema.js changed according to the comments in PR
* added tests for all web3 methods
* Update run-all.sh
* Update web3.spec.js to work with new onboarding flow
* changes made according to the comments
* Create stand alone script for web3 e2e tests.
* Lint fixes for web3 e2e tests.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 2c81507ce..c0355d12c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "test:integration:build": "gulp build:scss", "test:e2e:drizzle:beta": "SELENIUM_BROWSER=chrome test/e2e/beta/run-drizzle.sh", "test:e2e:chrome": "SELENIUM_BROWSER=chrome test/e2e/beta/run-all.sh", + "test:web3:chrome": "SELENIUM_BROWSER=chrome test/e2e/beta/run-web3.sh", + "test:web3:firefox": "SELENIUM_BROWSER=firefox test/e2e/beta/run-web3.sh", "test:e2e:firefox": "SELENIUM_BROWSER=firefox test/e2e/beta/run-all.sh", "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", |