From a4776978c01eb4b26cfa2fdf78b07a9e5b4c2e35 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson Date: Wed, 6 Nov 2024 13:14:11 -0500 Subject: [PATCH] Updated to run WebTesting_Suite and MobileTesting_Suite as options --- test-runner.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-runner.bat b/test-runner.bat index 8929042..5a05b4d 100644 --- a/test-runner.bat +++ b/test-runner.bat @@ -23,11 +23,11 @@ set ProjectPath="%cd%\TC_Head_Start_Suite.pjs" GOTO EchoProjectPath :MobileProjectRun -set ProjectPath="%cd%\MobileTesting\MobileTesting.pjs" +set ProjectPath="%cd%\MobileTesting_Suite\MobileTesting_Suite.pjs" GOTO EchoProjectPath :WebProjectRun -set ProjectPath="%cd%\WebTesting\WebTesting.pjs" +set ProjectPath="%cd%\WebTesting_Suite\WebTesting_Suite.pjs" GOTO EchoProjectPath :ParamProjectPath