Skip to content

Instantly share code, notes, and snippets.

@olexale
Created February 28, 2021 10:30
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 olexale/d39a60784e7559f130eb0327b29b22c4 to your computer and use it in GitHub Desktop.
Save olexale/d39a60784e7559f130eb0327b29b22c4 to your computer and use it in GitHub Desktop.
BDD in Flutter article updated feature file
Feature: Counter
Scenario: Initial counter value is 0
Given the app is running
Then I see {'0'} text
Scenario: Tap the Plus icon increments the counter
Given the app is running
When I tap {Icons.add} icon
Then I see {'1'} text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment