You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress: Please add an option whether to include video in the allure report. If the input parameter is false, video should not attach in the allure report
#980
Closed
sadhishsk opened this issue
May 28, 2024
· 2 comments
· Fixed by #1049
Is your feature request related to a problem? Please describe.
Currently video is attached for all the executions including Passed scenarios. When we try to artifact the report, its a bulk file. So we want to store only the report with no videos attached to it
Describe the solution you'd like
We would like to have an optional parameter flag that can be passed from the Cypress Config file and based on it, video should be attached to the report.
Describe alternatives you've considered
As of now, I don't have any alternatives.
Additional context
No additional context and I'm requesting for an feature
The text was updated successfully, but these errors were encountered:
sadhishsk
changed the title
Cypress Allure integration - Please add an option to include video in the allure report. If the input parameter is false, video should not attach in the allure report
Cypress: Please add an option whether to include video in the allure report. If the input parameter is false, video should not attach in the allure report
May 28, 2024
Sorry for misunderstood! I added videoOnFailOnly option for the integration. You can observe the feature delivering process in the linked PR. The feature will be available in the next version.
Is your feature request related to a problem? Please describe.
Currently video is attached for all the executions including Passed scenarios. When we try to artifact the report, its a bulk file. So we want to store only the report with no videos attached to it
Describe the solution you'd like
We would like to have an optional parameter flag that can be passed from the Cypress Config file and based on it, video should be attached to the report.
Describe alternatives you've considered
As of now, I don't have any alternatives.
Additional context
No additional context and I'm requesting for an feature
The text was updated successfully, but these errors were encountered: