Cucumber scenario as go subtest #496
lburgazzoli
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To make godog better integrated with the go testing framework, I wrote a test method that translate each feature into a subtest and each scenario in another subtest:
Maybe, such method could be added to the godog.TestSuite framework with something like:
And consumed like
Beta Was this translation helpful? Give feedback.
All reactions