Verify Cypress Dashboard records test run and shows correct test results
Preconditions (3)
Step 1: Run Cypress tests with the command 'npx cypress run --record --key <project-record-key>'
Step 2: Wait for tests to complete
Step 3: Log in to Cypress Dashboard at https://dashboard.cypress.io
Step 4: Navigate to the linked project
Step 5: Open the latest test run report
Step 6: Verify that the test run shows the correct number of tests passed and failed
Step 7: Verify that screenshots and videos (if enabled) are available for failed tests
✅ Expected Result: The Cypress Dashboard shows the test run with accurate pass/fail counts and displays screenshots/videos for failed tests.