mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Add unit tests for AdminCreateOrderCycleCtrl angular controller
This commit is contained in:
11
script-angular/e2e-test.bat
Normal file
11
script-angular/e2e-test.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
REM Windows script for running e2e tests
|
||||
REM You have to run server and capture some browser first
|
||||
REM
|
||||
REM Requirements:
|
||||
REM - NodeJS (http://nodejs.org/)
|
||||
REM - Testacular (npm install -g testacular)
|
||||
|
||||
set BASE_DIR=%~dp0
|
||||
testacular start "%BASE_DIR%\..\config\testacular-e2e.conf.js" %*
|
||||
Reference in New Issue
Block a user