Verify Cypress test runs inside the browser and interacts with the web page
Preconditions (2)
Step 1: Open Cypress Test Runner
Step 2: Write a test that visits http://localhost:3000
Step 3: Click the button with id 'click-me'
Step 4: Verify that the text element with id 'message' changes to 'Button clicked!'
✅ Expected Result: The test runs inside the browser, clicks the button, and verifies the message text changes to 'Button clicked!'. The test passes.