Installation
To install vitest-cucumber:
npm install @amiceli/vitest-cucumber --save-devIt is that simple, you don’t need to create a configuration file or to update the Vitest config.
Run tests
Section titled “Run tests”Underneath, vitest-cucumber uses Vitest functions like describe, test, etc.
Now you can run Vitest the way you want, see:
vitest --run --coverageDependencies
Section titled “Dependencies”Since 3.4.4, vitest-cucumber requires Vitest to be >=2.0.0.