Forum Discussion
That's not the same, as what I have written.
am running the below and i see the Test Execute on the righ botom corener tray , but its doesnt run the project and no error files
C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe"
C:\Health_Check\Health_Check.pjs /run /exit /DoNotShowLog
/t:"KeywordTests|Health_Check|Citrix_Health_Check_Suite" /ErrorLog:"C:\Health_Check\index.html
- rraghvani1 year ago
Champion Level 3
You are missing a double quote at the beginning, and a reference to the project i.e. /p:Health_Check
"C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" C:\Automation\Health_Check\Health_Check.pjs /p:Health_Check /run /exit /DoNotShowLog /t:"KeywordTests|Health_Check_Suite" /ErrorLog:"C:\Automation\index.html" - FFCB1 year agoContributor
The below script is launching TE and runing the test when runing alone as a batch file , but when trying to point the same via sheduler and run it doesnt initiate TE and no error logs ,any suggestions ?
start "Morning Check Automation" /wait "C:\Program Files (x86)\SmartBear\TestExecute 15\Bin\TestExecute.exe" "C:\Health_Check\Health_Check.pjs" /r /p:Health_Check /t:"KeywordTests|Health_Check_Suite" /ErrorLog:Health_Check_TextExecute_Results /exit /SilentMode /ns
- rraghvani1 year ago
Champion Level 3
I know what the exact issue is, but because you keep changing the command line, it's becoming tedious.
I have provided you with a command, that I would like you to test and run. Are you able to do that?