Bird
0
0

A user reports that videos are not appearing in the Dashboard after test runs. What is the most likely fix?

medium📝 Debug Q7 of 15
Cypress - CI/CD and Reporting
A user reports that videos are not appearing in the Dashboard after test runs. What is the most likely fix?
ARun tests without the --record flag.
BDelete the Dashboard project and create a new one.
CEnable video recording in the Cypress configuration file.
DUse 'cypress open' instead of 'cypress run'.
Step-by-Step Solution
Solution:
  1. Step 1: Understand video recording settings

    Videos must be enabled in Cypress config (cypress.json or cypress.config.js) to be recorded and uploaded.
  2. Step 2: Identify correct fix

    Enabling video recording fixes missing videos; other options do not address this.
  3. Final Answer:

    Enable video recording in the Cypress configuration file. -> Option C
  4. Quick Check:

    Missing videos = Enable video in config [OK]
Quick Trick: Set "video": true in config to record videos [OK]
Common Mistakes:
  • Thinking --record flag alone uploads videos
  • Deleting projects unnecessarily
  • Using 'cypress open' instead of 'run'

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Cypress Quizzes