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をするあたりでもエラーはお消えそう