Build: Simple Counter Test
A screen with a counter and a button to increase the count. We want to write tests to cover the button tap and counter display.
Target UI
Counter: 0 [ Increment ]
Display a number starting at 0
A button labeled 'Increment' that increases the number by 1 when tapped
Write a widget test to verify the initial counter value is 0
Write a widget test to verify tapping the button increments the counter