Skip to content

Instantly share code, notes, and snippets.

@olexale
Created February 28, 2021 10:10
Embed
What would you like to do?
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