godog.TestSuite.ReterieveFeatures
#godog
#godog.TestSuite
func (ts TestSuite) RetrieveFeatures() ([]*models.Feature, error)
https://pkg.go.dev/github.com/cucumber/godog#TestSuite.RetrieveFeatures
対象となる
godog.models.Features
が取り出せる。
errorを返すあたりから副作用があることが伺える。
featuresファイルを探すときにエラーがおきる場合もあるだろう。
godog.pares.ParseFeature
をするあたりでもエラーはお消えそう