Skip to content

Run Test Generation

Command

run-test-generation

Description

Generates or refreshes the tests for a table group.

Syntax

$ testgen run-test-generation --table-group-id <string> --test-suite-key <string>

Parameters and options

Parameter Required? Description Value
--table-group-id Yes The identifier for the table group used during a profiling run. Enter any table group ID that exists in your project.
Use a table_group_id shown in list-table-groups.
--test-suite-key Yes The identifier for a test suite. Enter the key for a test suite.
Use a test_suite_key shown in list-test-suites or the name of the test suite shown on the Test Suites page.
With the run-test-generation command, you are not required to use an existing test_suite. If you enter a unique value for the <string>, the system will create the test suite and generate the tests for that suite. You can manage the new suite in the UI.
--verbose No Increase log level from INFO to DEBUG. If used, must be entered before the command. Not applicable

Relationship to the UI

You can generate tests for a test suite from the Test Suites page. For details, see Generate Tests.