Echo JS 0.11.0

<~>

presidenten 1869 days ago. link 1 point
This is my new reporter for Webdriver.IO v5 that makes videos from failed tests. Recording all tests is possible through a reporter option.

It works by listening on the JsonWire messages and screenshots on the messages that responds to "actions" where something changes on the screen to minimize slowdown from the screenshots. It is possible to change which messages result in a video frame from the reporter options.

The videos end up in the outputDir, and it also has zero-configuration integration with the Allure reporter to give nice reports.
Here is a Allure report demo with videos attached to the failed videos: https://github.com/presidenten/wdio-video-reporter

Please check it out and leave some feedback.