Registry / testing / data-dog-godog

data-dog-godog

JSON →
library0.14.1gogounverified

Package godog is the official Cucumber BDD framework for Golang, it merges specification and test documentation into one cohesive whole.

go get github.com/DATA-DOG/godog
INSTALL
IMPORT
SIG · DATA-DOG-GODOG
D
data-dog-godog
testinggov0.14.1
harness data pending
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.

godog
github.com/DATA-DOG/godog

Define and run a Godog test suite.

package main import ( "github.com/DATA-DOG/godog" ) func main() { suite := godog.TestSuite{ Name: "example", ScenarioInitializer: func(ctx *godog.ScenarioContext) { ctx.Step(`^I have a step$`, func() error { return nil }) }, } suite.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
data-dog-godog — go get data-dog-godog · libregistry