You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 lines
358 B
Bash

#!/bin/bash
base_dir=`dirname $0`
port=9876
echo "Starting JSTD server at http://localhost:$port"
echo ""
echo "Please open the url above and capture one or more browsers."
echo ""
echo "For more info please see: http://code.google.com/p/js-test-driver/"
java -jar "$base_dir/../test/lib/jstestdriver/JsTestDriver.jar" --port $port --browserTimeout 20000