sohailalam2696
2 years agoContributor
Command line result storage
TestComplete.exe "E:\Projects\abc\abc-web\a-web.pjs" /r /sl /p:Regression /t:"KeywordTests|abc_login" /sl:"E:\Results\new-log.txt"
I wrote this, opens TS, runs the Keyword tests abc_login but does not store results in E drive. I looked at the Command line documentation and could not figure it out. I know it`s something small thing that I am missing in the code above.
Help is highly appreciated.
Thanks
You have the /sl argument in there twice. Try removing the one after /r and see if that works.