Skip to content

Commit

Permalink
Updated to run WebTesting_Suite and MobileTesting_Suite as options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson committed Nov 6, 2024
1 parent b46a2e7 commit a477697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-runner.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a477697

Please sign in to comment.