Verify code coverage collection using Cypress and code coverage plugin
Preconditions (3)
Step 1: Open Cypress test runner
Step 2: Run the test suite that exercises the application code
Step 3: Wait for all tests to complete
Step 4: Check that the code coverage report is generated
Step 5: Verify that the coverage report includes coverage data for the tested files
✅ Expected Result: The code coverage report is generated after test run and shows coverage data for the application files exercised by the tests