create_test_suite
Create a new Squish test suite with the standard directory structure. Generate suite.conf and shared/names.py by providing an absolute suite path and optional wrapper.
Instructions
Create a new Squish test suite with the standard directory structure.
Creates suite.conf and shared/names.py inside the given directory. The suite directory must not already exist.
Args: suite_path: Absolute path to the test suite directory to create (must start with 'suite_') wrapper: Name of the wrapper to use (default 'Qt'). Written as WRAPPERS in suite.conf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wrapper | No | ||
| suite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Summary of what was created | |
| names_path | Yes | Absolute path to the created names.py file | |
| suite_path | Yes | Absolute path to the created test suite directory | |
| files_created | Yes | Relative paths of all created files | |
| suite_conf_path | Yes | Absolute path to the created suite.conf file |