gocuke icon indicating copy to clipboard operation
gocuke copied to clipboard

[feat] support Cucumber Expressions

Open aaronc opened this issue 8 months ago • 0 comments

One official feature that we don't support yet is Cucumber Expressions: https://github.com/cucumber/cucumber-expressions. There is actually an official go implementation of this: https://pkg.go.dev/github.com/cucumber/cucumber-expressions/go/v17. I made an attempt at supporting this in this branch: https://github.com/regen-network/gocuke/compare/aaronc/cucumber-exprs.

In my mind, this is somewhat low priority but it is nice to have to the extent that this library aims to have feature parity with official cucumber implementations.

aaronc avatar Nov 20 '23 17:11 aaronc