TestRun

An execution instance of acceptance criteria tests across one or more stories or scenarios

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Properties

Name Type Description
id string Unique identifier for the test run
storyIds array User story IDs included in this test run
scenarioIds array Specific scenario IDs included in this test run
status string Overall test run status
totalScenarios integer Total number of scenarios in this run
passedScenarios integer Number of scenarios that passed
failedScenarios integer Number of scenarios that failed
skippedScenarios integer Number of scenarios that were skipped
startedAt string Timestamp when the test run started
completedAt string Timestamp when the test run completed
reportUrl string URL to the detailed test run report
View JSON Schema on GitHub