Skip to content

Instantly share code, notes, and snippets.

@paulbjensen
Created June 17, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulbjensen/02d22c56e359a1117a12c623d04753b8 to your computer and use it in GitHub Desktop.
Save paulbjensen/02d22c56e359a1117a12c623d04753b8 to your computer and use it in GitHub Desktop.
The output from running npm Cucumber at this stage, for a Medium article
P--------
Warnings:
1) Scenario: Successfully delete my data # features/delete_my_data.feature:6
? Given I am a registered user # features/step_definitions/example_steps.js:3
Pending
- When I login to the application # features/step_definitions/example_steps.js:8
- And I visit my settings # features/step_definitions/example_steps.js:13
- When I click on "Delete my data" # features/step_definitions/example_steps.js:18
- And I fill in "confirmation" with "registered_user_email@example.com" # features/step_definitions/example_steps.js:23
- And I press "Delete my data" # features/step_definitions/example_steps.js:28
- Then I should be logged out of the application # features/step_definitions/example_steps.js:33
- And I should see "Your data has been deleted from the application" # features/step_definitions/example_steps.js:38
- And there shouldn't be any data for the user "registered_user_email@example.com" # features/step_definitions/example_steps.js:43
1 scenario (1 pending)
9 steps (1 pending, 8 skipped)
0m00.001s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment