diff --git a/test_context.go b/test_context.go index 9ea3037..2d9fe3f 100644 --- a/test_context.go +++ b/test_context.go @@ -13,6 +13,9 @@ import ( "github.com/cucumber/godog/internal/models" ) +// Feature represents gherkin document. +type Feature = messages.GherkinDocument + // Scenario represents the executed scenario type Scenario = messages.Pickle