Skip to content

Commit 92ea38e

Browse files
authored
Reduce dependency when implementing custom formatter with local alias (#421)
1 parent 6173029 commit 92ea38e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_context.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import (
1313
"github.com/cucumber/godog/internal/models"
1414
)
1515

16+
// Feature represents gherkin document.
17+
type Feature = messages.GherkinDocument
18+
1619
// Scenario represents the executed scenario
1720
type Scenario = messages.Pickle
1821

0 commit comments

Comments
 (0)