Registry /
testing / cucumber-gherkin-go-v11
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
gherkin
✓ github.com/cucumber/gherkin-go/v11
Parse a Gherkin feature file
package main
import (
"fmt"
"github.com/cucumber/gherkin-go/v11"
)
func main() {
gherkinDocument, _ := gherkin.ParseGherkinDocument("Feature: Test\n Scenario: Example\n Given a step")
fmt.Println(gherkinDocument.Feature.Name)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
11.0.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.