Steps to record test video in Testcafe is nicely explained here. I am using cucumber to publish the reports. Once the report is published, a link to the screenshot is provided at errored scenarios. But unable to find a way to provide a link to the video on those errored scenarios.
Asked
Active
Viewed 483 times
1 Answers
1
TestRunInfo doesn't contain information about recorded videos. A reporter is not able to get information about recorded videos from TestCafe. You can try to add the recorded video as custom attachments, but it's not flexible because you need to know the full paths of the recorded videos. I've created an issue in the TestCafe repository on GitHub to add information about recorded videos to the 'TestRunInfo' object.

mlosev
- 5,130
- 1
- 19
- 31