update the jasmine-jstd-adapter with fixes
[angular-drzb] / scripts / test-server.sh
1 #!/bin/bash
2
3 BASE_DIR=`dirname $0`
4 PORT=9876
5
6 echo "Starting JsTestDriver Server (http://code.google.com/p/js-test-driver/)"
7 echo "Please open the following url and capture one or more browsers:"
8 echo "http://localhost:$PORT"
9
10 java -jar "$BASE_DIR/../test/lib/jstestdriver/JsTestDriver.jar" \
11      --port $PORT \
12      --browserTimeout 20000 \
13      --config "$BASE_DIR/../config/jsTestDriver.conf" \
14      --basePath "$BASE_DIR/.."