Skip to content

Instantly share code, notes, and snippets.

@olexale
Created February 28, 2021 10:10
Show Gist options
  • Save olexale/7354f27c881ec8a20c36b8b026646b20 to your computer and use it in GitHub Desktop.
Save olexale/7354f27c881ec8a20c36b8b026646b20 to your computer and use it in GitHub Desktop.
BDD in Flutter article feature file
Feature: Counter
Scenario: Initial counter value is 0
Given the app is running
Then I see {'0'} text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment