Packages
Story BDD tool based on cucumber. Parses Gherkin formatted feature files and executes them as tests.
Current section
Files
Jump to
Current section
Files
lib/white_bread/runners.ex
defprotocol WhiteBread.Runners do
@doc "Returns the result of running the steps"
def run(thing, context, background_steps \\ [], starting_state \\ %{})
end