gocuke icon indicating copy to clipboard operation
gocuke copied to clipboard

🥒 Gherkin-based BDD testing for go

Results 5 gocuke issues
Sort by recently updated
recently updated
newest added

Make use of: - bump version number using: https://github.com/marketplace/actions/semver-conventional-commits - comment/post changelog https://github.com/marketplace/actions/changelog-from-conventional-commits - tag + release on merge to main

Implements: - https://github.com/regen-network/gocuke/issues/17

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...

Not sure how useful it is to have additional reporting. It seems like the official standard is Cucumber Messages and that would allow using the Cucumber Reports service: https://cucumber.io/docs/cucumber/reporting/. I...

## Summary This issue is a proposal to add context to test failure output for feature files, i.e. filename and line no. of the failed scenario. ## Problem Definition This...