Skip to content

Optionally derive the step format from method name #1

@jeremydmiller

Description

@jeremydmiller

Shamelessly rip off SpecFlow w/ syntax like this:

[Given]
public void Given_I_have_entered_NUMBER_into_the_calculator(int number)
{
  ...
}

but just this in Storyteller:

public void Given_I_have_entered_NUMBER_into_the_calculator(int number)
{
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions