Trigger Test
trigger_testRun a specific test against a target. Specify either the test definition ID or slug. The test is queued and executed asynchronously — use get_run to check status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testId | No | Test definition ID (use this or testSlug) | |
| targetId | Yes | The target ID to test | |
| testSlug | No | Test slug e.g. "security-headers" (use this or testId) |