About vitest-cucumber
vitest-cucumber is an opiniated tool
to write acceptance tests following the Gherkin syntax,
designed to be used specifically with Vitest.
This package was originally inspirated by jest-cucumber.
Example
A Gherkin Feature
is written in a .feature
file. Example:
You can then use it with vitest-cucumber:
Playground
Do not take the word for it, try it out yourself in the following playground.
Next steps
If you are interested, you can install it here.