Skip to content

Prepend And/But to title #121

@JakeGinnivan

Description

@JakeGinnivan
this.Given(_ => GivenSomething())
     .And(_ => GivenSomethingElse())
     .When(_ => WhenSomething())
     .But(_ => WhenFoo())

// etc

The .And(_ => GivenSomethingElse()) step should have a title of And given something else and the But(_ => WhenFoo()) step should have a title of But when foo

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions