Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print Given, Then, When, And #6

Open
adenflorian opened this issue Sep 30, 2017 · 1 comment
Open

Print Given, Then, When, And #6

adenflorian opened this issue Sep 30, 2017 · 1 comment

Comments

@adenflorian
Copy link

Current functionality:

Feature: My feature
    Scenario: My scenario
      the user is blah
      the page is blah
      the user clicks the button
      then the page changes color

Desired:

Feature: My feature
    Scenario: My scenario
      Given the user is blah
      And the page is blah
      When the user clicks the button
      Then then the page changes color
@ghost
Copy link

ghost commented Dec 4, 2017

@AndrewKeig I was wondering if this project is no longer supported by you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant