Skip to content

Commit

Permalink
Fixed Pathing for run options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson committed Nov 4, 2024
1 parent 82f3f0a commit 42a12cb
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 @@ -19,11 +19,11 @@ IF NOT %2.==. GOTO ParamProjectPath
GOTO EchoProjectPath

:MobileProjectRun
set ProjectPath="%cd%\MobileTestingSuite\MobileTestingSuite.pjs"
set ProjectPath="%cd%\MobileTesting_Suite\MobileTesting_Suite.pjs"
GOTO EchoProjectPath

:WebProjectRun
set ProjectPath="%cd%\WebTestingSuite\WebTestingSuite.pjs"
set ProjectPath="%cd%\WebTesting_Suite\WebTesting_Suite.pjs"
GOTO EchoProjectPath

:HeadStartProjectRun
Expand Down

0 comments on commit 42a12cb

Please sign in to comment.