aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/run-web3.sh
blob: 60a4a8ea82e130ef7f224c59c4d1afeaba66ea3d (plain) (blame)
1
2
3
4
5
6
7
8
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'