Forum Discussion
rraghvani
Champion Level 3
As I had mentioned from a previous post,
Here are some command line examples,
- Runs all enabled projects in project suite:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html"
- Runs specific project in project suit:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html" /project:TestProject2
- Run specific unit and routine:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html" /project:TestProject2 /unit:Unit1 /routine:Test3
Do read TestComplete Command Line, as there's plenty of useful information.
Related Content
- 3 years ago
Recent Discussions
- 4 days ago
- 4 days ago