amiceli / vitest-cucumber

Use gherkin in your unit tests with vitest
https://vitest-cucumber.miceli.click
25 stars 2 forks source link

fix: update test.each params to change tests title render in vitest #71

Closed amiceli closed 1 month ago

amiceli commented 1 month ago

Following this issue #70. vitest-cucumber should pass arrays of array instead of arrays of object to test.each.

It will change test title render, also in vscode vitest plugin.

image

In check again we see current result and in check output in vitest plugin we see what we want.