Skip to content

Instantly share code, notes, and snippets.

@JoaquinAcuna97
Created November 7, 2021 20:57
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 JoaquinAcuna97/4a56de06c07cdfb1e413c0e303a6d040 to your computer and use it in GitHub Desktop.
Save JoaquinAcuna97/4a56de06c07cdfb1e413c0e303a6d040 to your computer and use it in GitHub Desktop.
Feature: Counter
Scenario: Initial counter value is 0
Given the app is running
Then i see {'0'} text
Scenario: Plus button increase the counter value
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