MCPcopy Create free account
hub / github.com/conforma/cli / AddStepsTo

Function AddStepsTo

acceptance/crypto/keys.go:134–136  ·  view source on GitHub ↗

AddStepsTo adds Gherkin steps to the godog ScenarioContext

(sc *godog.ScenarioContext)

Source from the content-addressed store, hash-verified

132
133// AddStepsTo adds Gherkin steps to the godog ScenarioContext
134func AddStepsTo(sc *godog.ScenarioContext) {
135 sc.Step(`^a key pair named "([^"]*)"$`, GenerateKeyPairNamed)
136}

Callers 1

initializeScenarioFunction · 0.92

Calls

no outgoing calls

Tested by 1

initializeScenarioFunction · 0.74