Scenario

A Gherkin BDD scenario that automates verification of an acceptance criterion

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Properties

Name Type Description
id string Unique identifier for the scenario
storyId string ID of the parent user story
criterionId string ID of the linked acceptance criterion
title string Scenario title as it appears in the feature file
featureFile string Path to the Gherkin feature file containing this scenario
gherkin string Full Gherkin text of the scenario including Given/When/Then steps
status string Latest test execution status
lastRunAt string Timestamp of the most recent test execution
createdAt string Timestamp when the scenario was created
View JSON Schema on GitHub