tellform/selenium/run.bat

8 lines
93 B
Batchfile
Raw Permalink Normal View History

2017-11-21 23:35:06 +00:00
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)