Class ScenarioDefinition
- Namespace
- TinyBDD.Extensions.FileBased.Models
- Assembly
- TinyBDD.Extensions.FileBased.dll
Represents a single scenario with steps.
public sealed class ScenarioDefinition
- Inheritance
-
ScenarioDefinition
- Inherited Members
Properties
Description
Optional scenario description.
public string? Description { get; set; }
Property Value
Name
Scenario name.
public string Name { get; set; }
Property Value
Steps
Steps in this scenario.
public List<StepDefinition> Steps { get; set; }
Property Value
Tags
Tags applied to the scenario.
public List<string> Tags { get; set; }