Skip to content

TestGen Commands and Details

Use the command line to access TestGen entities and run profile-generate-test tasks.

List of commands

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 --display when the command is run. Complete details will display for you in the Terminal window.
  • Navigate to the output files found in the ~/testgen/file-out folder. 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

$ testgen list-connections --help

--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

$ testgen --verbose get-profile --profile-run-id <string> --table-name <string> --display