amiceli

Results 43 comments of amiceli

@steoj I make a test in project using CommonJS. I've same error, I'm working on it and I will publish a version usable with it.

I'm still on it but I don't found fix currently. Even with`tsup`, it's a challenge ^^.

I'm still locked on this bug, maybe somebody will fix this.

I reed some docs but I don't find a use case to understand this feature. It's usable only with expression like `{int}` ? Or a step like `Given Developper on...

I understand alternative text feature, but apart from reduce step title length in tests (`Given` parameter) I don't see it useful. Im my company/side projects never we used it, maybe...

OK we can ignore `Alternative text`, waiting another issue. `Optional text` will support only `(s)` ? If we take french as example 😅, we can handle "social" and "sociaux" ?

Hi @charlieforward9 I didn’t even know what an `llms.txt` was. I’m not a fan of AI and won’t work on it. If you’re interested, feel free to submit a PR....

You have a typo error. In feature you have `When the use fill "test" in the field`, but in spec you have **the useR**. A *r* in missing in your...

Weird, I've same versions but value isn't `undefined`. Can you share full Scenario from feature and spec files ?

@cloudbring Do you have a project to reproduce this bug ? I tried to run vitest-cucumber with node 24 with simple tests like this : ```javascript import { describeFeature, loadFeature...