amiceli / vitest-cucumber

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

feat(step): add separator option for `{list}` #156

Closed amiceli closed 3 weeks ago

amiceli commented 4 weeks ago

Allow to use separator with {list} like {list:";"}.

Example :

Given I read id;name;city to Given I read {list:";"}