executeTests
Trigger tests on a given URL using a unique test target ID. Filter tests by tags or override variables as needed.
Instructions
the executeTests tool can trigger a set of tests for a given test target. The test target id is unique to the test target. The tests are executed on the provided url. The context object is used to provide information about the source of the test execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL where the tests will be executed | |
| tags | No | List of tags used for filtering the tests to execute | |
| description | No | Optional description of the test execution | |
| testTargetId | Yes | Unique identifier of the test target | |
| environmentName | No | Name of the environment to use for test execution | default |
| variablesToOverwrite | No | Optional variables to override during test execution |