my-label-input directive
[angular-drzb] / scripts / e2e-test.bat
1 @echo off
2
3 REM Windows script for running e2e tests
4 REM You have to run server and capture some browser first
5 REM
6 REM Requirements:
7 REM - NodeJS (http://nodejs.org/)
8 REM - Testacular (npm install -g testacular)
9
10 set BASE_DIR=%~dp0
11 testacular start "%BASE_DIR%\..\config\testacular-e2e.conf.js" %*