Run Cypress tests using CLI and verify test results
Preconditions (2)
Step 1: Open terminal or command prompt
Step 2: Navigate to the project root folder where Cypress is installed
Step 3: Run the command 'npx cypress run' to execute all tests
Step 4: Observe the terminal output for test execution progress
Step 5: Verify that the test run completes without errors
Step 6: Check the summary in the terminal showing number of tests passed and failed
✅ Expected Result: All Cypress tests run successfully via CLI with a summary showing zero failed tests