aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBruno Barbieri <bruno.barbieri@consensys.net>2018-10-10 13:12:43 +0800
committerkumavis <kumavis@users.noreply.github.com>2018-10-10 13:12:43 +0800
commitccab4ee1a408d93f38765e9b6ef3dc33a18befa9 (patch)
tree272774935fd6ed3902b7ad49450bedfebf120fa3 /package.json
parent1eec21b94525cc8ba07b733c0c7989fa70bff37f (diff)
downloadtangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar.gz
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar.bz2
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar.lz
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar.xz
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.tar.zst
tangerine-wallet-browser-ccab4ee1a408d93f38765e9b6ef3dc33a18befa9.zip
tests - integration - Add Drizzle tests (#5467)
* added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8131ea1c4..adbf46123 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"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:drizzle:beta": "SELENIUM_BROWSER=chrome test/e2e/beta/run-drizzle.sh",
"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",