Forum Discussion
Read through Running Tests via Remote Desktop, including the sub topics.
Hi rraghvani,
Thanks.
We don't need and even don't want to log in remotely and see the test being executed, we want the test to run in the background on a Git vm and we only want to get the results at the end of the run. we did the same using Jenkins for years and it ran as expected, we now migrating to Github Actions and want to do the same and it doesn't work as there's no interactive session support there for some reason.
we want to be able to execute the tests behind scene via a command line.this is the command line we';re using but for some reason, it is failing:
"C:\Program Files (x86)\SmartBear\TestExecute 15\Bin\TestExecute.exe" %ProjectPath% /r /e /AccessKey:%AccessKey% /Timeout:12000 /ns /ErrorLog:%cd%\logs\error.log /ExportLog:%cd%\logs\runlog.html /ExportSummary:%cd%\logs\runlog.xml /shr:%cd%\logs\shared-repo-link.txt /shrn:LogFromGitHubAction /shrei:7
Related Content
- 2 years ago
- 2 years ago
Recent Discussions
- 2 days ago