aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/scripts/test.bat
blob: 21ebcac6e0cf77daacc2eb7d6e54aed560c223d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

REM Windows script for running unit tests
REM You have to run server and capture some browser first
REM
REM Requirements:
REM - Java (http://www.java.com)

set BASE_DIR=%~dp0

java -jar "%BASE_DIR%\..\test\lib\jstestdriver\JsTestDriver.jar" ^
     --config "%BASE_DIR%\..\config\jsTestDriver.conf" ^
     --basePath "%BASE_DIR%\.." ^
     --tests all