Reflect · Capability
Reflect Test Automation
Workflow capability for QA engineers and DevOps teams managing and executing automated end-to-end tests through the Reflect API. Supports listing available tests, triggering test runs with parameter overrides, and monitoring execution status for CI/CD pipeline integration.
What You Can Do
GET
List tests
— List all automated end-to-end tests.
/v1/tests
POST
Run test
— Trigger a test run.
/v1/tests/{testId}/executions
GET
Get execution status
— Check test execution status.
/v1/executions/{executionId}
MCP Tools
list-tests
List all automated end-to-end tests available in the Reflect account.
read-only
run-test
Trigger a Reflect automated test execution, with optional overrides for target hostnames, parameters, cookies, headers, and session storage.
get-execution-status
Check the current status of a Reflect test execution and retrieve per-test results.
read-only
APIs Used
reflect