File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ REM Windows script for running e2e tests
44REM  You have to run server and capture some browser first
55REM 
66REM  Requirements:
7- REM  - Java (http://www.java.com)
7+ REM  - NodeJS (http://nodejs.org/)
8+ REM  - Testacular (npm install -g testacular)
89
910set  BASE_DIR = %~dp0 
10- testacular start  " %BASE_DIR% \..\config\testacular-e2e.conf.js" 
11+ testacular start  " %BASE_DIR% \..\config\testacular-e2e.conf.js"   %* 
Original file line number Diff line number Diff line change @@ -4,11 +4,8 @@ REM Windows script for running unit tests
44REM  You have to run server and capture some browser first
55REM 
66REM  Requirements:
7- REM  - Java (http://www.java.com)
7+ REM  - NodeJS (http://nodejs.org/)
8+ REM  - Testacular (npm install -g testacular)
89
910set  BASE_DIR = %~dp0 
10- 
11- java -jar " %BASE_DIR% \..\test\lib\jstestdriver\JsTestDriver.jar" 
12-      --config " %BASE_DIR% \..\config\jsTestDriver.conf" 
13-      --basePath " %BASE_DIR% \.." 
14-      --tests all
11+ testacular start  " %BASE_DIR% \..\config\testacular.conf.js" %* 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments