Open
Description
Current behavior
When generating an HTML report, there is an attached image for screenshots for failing tests.
Desired behavior
When the Cypress has the config video: true
, the HTML report should include the video attachment for passing or failing tests. (or just failing if this is enabled).
Similar to this issue here.
Versions
- Cypress version: ^13.3.0
- Preprocessor version: ^18.0.6
- Node version: 18.18.2
Checklist
- I've read the FAQ.
- I've read instructions for logging issues.
- I'm not using
[email protected]
(package name has changed and it is no longer the most recent version, see #689).