From a52d6fb4f7d97bb757eda6587a0160c040652261 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:44:02 -0400 Subject: [PATCH] Update test-runner.bat --- test-runner.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-runner.bat b/test-runner.bat index 82a8afb..903c581 100644 --- a/test-runner.bat +++ b/test-runner.bat @@ -18,7 +18,8 @@ IF NOT %2.==. GOTO ParamProjectPath GOTO EchoProjectPath :MobileProjectRun -set ProjectPath="%cd%\MobileTesting\MobileTesting.pjs" +REM set ProjectPath="%cd%\MobileTesting\MobileTesting.pjs" +set ProjectPath="%cd%\VET_JavaScript_Project\VET_JavaScript_Project.mds GOTO EchoProjectPath :WebProjectRun