Skip to content

Instantly share code, notes, and snippets.

@javigomez
Created November 23, 2017 16:09
Show Gist options
  • Save javigomez/04739b971241a3b3b953b236af974ec5 to your computer and use it in GitHub Desktop.
Save javigomez/04739b971241a3b3b953b236af974ec5 to your computer and use it in GitHub Desktop.
Progress bar declarative gherkin
# file: features/acceptance/functionality/progress_bar_functionality.feature
Scenario Outline: Progress bar status if block is answered
Given I have visited a typeform with many <block type> blocks
When I commit the block
Then the progress bar should increase
Examples:
| block type |
| short text |
| multiple choice |
| email |
| number |
| dropdown |
| ... |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment