aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-08-07 02:52:04 +0800
committerGitHub <noreply@github.com>2018-08-07 02:52:04 +0800
commit7325ccf0feae0559645dce95e27197568c2b3533 (patch)
tree62c4bcd4ea9d873d0a375b4b7f18face349b117b /test/e2e
parentf8bb6ef7cf9223f930f93b498410433f0ff5fa67 (diff)
parent46046c6915ba112d17f48aa5af8938616e4988fc (diff)
downloadtangerine-wallet-browser-7325ccf0feae0559645dce95e27197568c2b3533.tar.gz
tangerine-wallet-browser-7325ccf0feae0559645dce95e27197568c2b3533.tar.zst
tangerine-wallet-browser-7325ccf0feae0559645dce95e27197568c2b3533.zip
Merge pull request #4951 from whymarrh/update-pkgs
Update e2e test packages 📦
Diffstat (limited to 'test/e2e')
-rwxr-xr-xtest/e2e/beta/run-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/beta/run-all.sh b/test/e2e/beta/run-all.sh
index 493e1360a..7da61e504 100755
--- a/test/e2e/beta/run-all.sh
+++ b/test/e2e/beta/run-all.sh
@@ -6,5 +6,5 @@ set -o pipefail
export PATH="$PATH:./node_modules/.bin"
-shell-parallel -s 'npm run ganache:start' -x 'sleep 5 && superstatic test/e2e/beta/contract-test/ --port 8080 --host 127.0.0.1' -x 'sleep 5 && mocha test/e2e/beta/metamask-beta-ui.spec'
-shell-parallel -s 'npm run ganache:start -- -d' -x 'sleep 5 && superstatic test/e2e/beta/contract-test/ --port 8080 --host 127.0.0.1' -x 'sleep 5 && mocha test/e2e/beta/from-import-beta-ui.spec'
+shell-parallel -s 'npm run ganache:start' -x 'sleep 5 && static-server test/e2e/beta/contract-test/ --port 8080' -x 'sleep 5 && mocha test/e2e/beta/metamask-beta-ui.spec'
+shell-parallel -s 'npm run ganache:start -- -d' -x 'sleep 5 && static-server test/e2e/beta/contract-test/ --port 8080' -x 'sleep 5 && mocha test/e2e/beta/from-import-beta-ui.spec'