Forum Discussion
praveenskg
Contributor
AlexKaras - i am able to execute the command line for session creator and it works. when i convert the same command line to powershell for github action workflow yml, it is not working.
below is the command i am using
Start-Process -FilePath 'C:\Program Files (x86)\SmartBear\TestComplete 15\x64\Bin\SessionCreator.exe' -ArgumentList "RunTest /UserName:xxx\usernmae /Password:xxxx /UseActiveSession /ProjectPath:"C:\pathtoproj\project.pjs" /ExportLog:report.mht /exit" -wait
i am not sure if i am missing anything
AlexKaras
2 years agoChampion Level 3
Hi,
I think that there are not escaped quotes in your command line.
"C:\pathtoproj\project.pjs" must be either in doubled (or tripled?) quotes (i.e. ""C:\pathtoproj\project.pjs"") or in single quotes (i.e. 'C:\pathtoproj\project.pjs')
Related Content
- 2 years ago
Recent Discussions
- 7 hours ago