You can use Scenario
in Feature
and Rule
.
A Scenario
example:
Run Scenario Outline
tests
Task context
In each step (Given
, Then
, etc.), you can access and use the Vitest TaskContext.
For example:
Validation
vitest-cucumber will check:
- correct scenario names
- correct step names
- scenario is effectively called
- scenario steps are effectively called
Synonym
Same thing if you use Example
.