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

Function AddStepsTo

acceptance/conftest/conftest.go:140–142  ·  view source on GitHub ↗

AddStepsTo adds Gherkin steps to the godog ScenarioContext

(sc *godog.ScenarioContext)

Source from the content-addressed store, hash-verified

138
139// AddStepsTo adds Gherkin steps to the godog ScenarioContext
140func AddStepsTo(sc *godog.ScenarioContext) {
141 sc.Step(`^running conftest "([^"]*)" produces "([^"]*)" containing:$`, runConftest)
142}

Callers 1

initializeScenarioFunction · 0.92

Calls

no outgoing calls

Tested by 1

initializeScenarioFunction · 0.74