Async / sequentially
Steps can be asynchronous because they are executed sequentially.
But Scenario
and ScenarioOutline
are not asynchronous.
Depending on your needs, you can use scenario hooks.
Steps are run sequentially
Since v2.0.0 vitest-cucumber
uses test.each
instead of test
.
To follow the Gherkin convention, steps are tested one after one.
An example Scenario: