mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
12 lines
311 B
Batchfile
Executable File
12 lines
311 B
Batchfile
Executable File
@echo off
|
|
|
|
REM Windows script for running unit 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%\..\login\config\testacular.conf.js" %*
|