amiceli
amiceli
Yes it's planned, I don't know when and how, but I want implement this features ;). I'm updated this issue.
@BriacHarfang Hi, Currently I prefer use my own parser, we talked about it [here](https://github.com/amiceli/vitest-cucumber/issues/97) ;). I will add `Data Table` on vitest-cucumber. Make a step reusable it's a good topic....
@BriacHarfang I made a test for reusable step with current vitest-cucumber version : ~~~ts describe('re-use steps', () => { const content = ` Feature: re-use step Scenario: first scenario Given...
Currently I'm checking web for scope ;). I don't totally understand what is it, but I like this idea.
I found [world feat](https://github.com/cucumber/cucumber-js/blob/main/docs/support_files/world.md) in cucumber-js doc. Does scope is something like that ? I found it useful ;).
I close this issue, I will use milestone for next feature ;). @BriacHarfang I made vitest-cucumber very **related** to `feature` file, we discussed it about it in #142. So step...
Hi @coryrylan , I also have that error on Firefox in my projects using blueprint. This is an error due to `Lit` or should be fix in blueprint ?