TestGen Commands and Details¶
Use the command line to access TestGen entities and run profile-generate-test tasks.
List of commands¶
- Export Observability
- Get Profile
- Get Hygiene Issues
- Get Test Results
- Get Test Suite
- List Connections
- List Profiles
- List Projects
- List Test Generation
- List Test Runs
- List Test Suites
- Run Profile
- Run Tests
- Run Test Generation
- Upgrade System Version
Command outputs¶
Command output in the Terminal window only includes basic information about the command. For example, feedback that command execution is starting, in progress, or completed.
To view logs for any command:
- Include the parameter
--displaywhen the command is run. Complete details will display for you in the Terminal window. - Navigate to the output files found in the
~/testgen/file-outfolder. Complete details are logged in this folder for every command that is run.
Universal options¶
--help¶
At any point while using the Terminal, add --help to your command. A description
of the command and the available parameters appears in the CLI to help you.
Example
--verbose¶
Use --verbose to change the log level from INFO to DEBUG. The system will display the full log details and command output in the Terminal window.
If used, the parameter must be entered before the command.
Example