amiceli / vitest-cucumber

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

feat: improve test and describe rendered title #70 #72

Closed amiceli closed 1 month ago

amiceli commented 1 month ago

I try with vitest vscode extension, it's ok. I'm going to publish a new version.

charlieforward9 commented 1 month ago

Before you finish, is there a simple way of preserving the step order in the test navigator? My steps are rendering out of order.

amiceli commented 1 month ago

I publish 3.2.5, I saw your message too late ;).

For steps order, I've same thing on vscode, for example Then before When. I thing it's an alphabetically order in vitest extension.