Skip to content

Instantly share code, notes, and snippets.

@olexale
Created February 28, 2021 10:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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