Skip to content

Releases: webdriverio-community/wdio-video-reporter

Fixes bug concerning allure videos

14 May 09:30
Compare
Choose a tag to compare

Also adds extra error logging for easier debugging

100% test coverage

10 May 11:02
Compare
Choose a tag to compare

We now have 100% testcoverage. Yey!

Uses a default outputDir

10 May 08:16
Compare
Choose a tag to compare
v1.3.2

Uses a default for outputDir. Issue #6

Patch release fixes quotes in filenames

07 May 07:17
Compare
Choose a tag to compare
v1.3.1

Patch release for single quotes in filenames

Ready to Rumble!

30 Apr 12:43
Compare
Choose a tag to compare

The Allure example report has been moved to its own repository to optimize npm package size.

The reporter has now also been verified with the following browsers in the same run:

  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge
  • Internet Explorer 11
  • Safari IOS on iphone 8
  • Safari IOS on ipad gen 6
  • Chrome Android on Samsung galaxy S9
  • Chrome Android on Samsung galaxy A 10.5 2018

Check out the new Example report here: https://presidenten.github.io/wdio-video-reporter-example-report

And also to make sure to check the Appium section of the README for instructions on making better Allure reports https://github.com/presidenten/wdio-video-reporter#appium-setup

Fix allure devicetype argument

25 Apr 15:40
Compare
Choose a tag to compare

Small fix for allure devicetype handling

Better handling of devices

25 Apr 15:01
Compare
Choose a tag to compare
  • Adds deviceType capability to browsername for filenames
  • Adds deviceType argument if using Allure reporter to separate desktop and devices.

Better handling of long test names

11 Apr 20:54
Compare
Choose a tag to compare

Fixed bug #1.
Very long filenames are now truncated.

Better support for node v10+

01 Mar 17:07
Compare
Choose a tag to compare

There was a rarely occurring bug that showed up in node v10 and v11 where the test execution would halt when sleeping by using system.sleep.

This is now resolved in this version and the external dependency is also removed.

Fully unit tested

09 Feb 19:56
Compare
Choose a tag to compare

Relevant unit tests added