From 5737df249d70062252a65039e7c3f96dd046da90 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 2 Jul 2019 23:19:59 -0230 Subject: Move e2e tests out of beta dir (#6785) --- test/e2e/run-web3.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/e2e/run-web3.sh (limited to 'test/e2e/run-web3.sh') diff --git a/test/e2e/run-web3.sh b/test/e2e/run-web3.sh new file mode 100755 index 000000000..60a4a8ea8 --- /dev/null +++ b/test/e2e/run-web3.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -e +set -u +set -o pipefail + +export PATH="$PATH:./node_modules/.bin" + +shell-parallel -s 'static-server test/web3 --port 8080' -x 'sleep 5 && mocha test/e2e/web3.spec' -- cgit