You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting a bug report.
What version of godog are you using?
> godog -version
Godog version is: v0.9.0
Fails with both go get of v0.9.0 and master.
What version of Go are you using?
> go version
go version go1.14.2 linux/amd64
What did you do?
Comment out all features in a feature file:
# Feature: list Items# # API clients can do `GET /items` to retrieve a list of Items.# # Scenario: Items are empty# When API client requests list of Items# Then response status is 200# And response contains an empty list of Items
What did you expect to see?
Either a warning that no feature was found, or silently skip. Godog should execute the other features in other feature files that are not commented out.
Please answer these questions before submitting a bug report.
What version of godog are you using?
Fails with both
go get
ofv0.9.0
andmaster
.What version of Go are you using?
What did you do?
Comment out all features in a feature file:
What did you expect to see?
Either a warning that no feature was found, or silently skip. Godog should execute the other features in other feature files that are not commented out.
What did you see instead?
Run
godog
and get a stack trace:The text was updated successfully, but these errors were encountered: