Verify that tests run automatically on CI after code push
Preconditions (2)
Step 1: Push a new commit to the main branch of the repository
Step 2: Observe the CI pipeline starting automatically
Step 3: Wait for the Cypress tests to run in the CI environment
Step 4: Check the CI test report for pass/fail status
✅ Expected Result: The CI pipeline triggers automatically on push, Cypress tests run, and the test report shows all tests passing