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

REM Windows script for running e2e 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-scenario.conf" ^
     --basePath "%BASE_DIR%\.." ^
     --tests all --reset