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
Describe the bug
I noticed that the video for test execution is not attached when the disableWebdriverStepReporting parameter for allure is set to false, which is the default value.
To Reproduce
I used the demo project of this repository. Steps:
# clone the repository
$ git clone https://github.com/webdriverio-community/wdio-video-reporter.git
$ cd wdio-video-reporter
# build the project
$ npm run build
# run the demo
$ npm run demo:mocha
# Optional: install allure-commandline to generate the report from raw results
$ npm i -g allure-commandline
# Go to results and open the report
$ cd demo/_results_
$ allure serve allure-raw
Expected behavior
I expect the video of the test execution to be attached to the bottom of the webdriver steps. However it is not attached, see
Environment (please complete the following information):
We greatly appreciate any contributions that help resolve the bug. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this bug being fixed. We encourage you to take a look at our contribution guidelines or join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers!
Describe the bug
I noticed that the video for test execution is not attached when the disableWebdriverStepReporting parameter for allure is set to false, which is the default value.
Log
https://gist.github.com/robinmatz/1c1cc74871d354ff698bf50f90d312d5
To Reproduce
I used the demo project of this repository. Steps:
Expected behavior
I expect the video of the test execution to be attached to the bottom of the webdriver steps. However it is not attached, see
Environment (please complete the following information):
Additional context
When setting disableWebdriverStepReporting to true, the video execution is added just normally:
The text was updated successfully, but these errors were encountered: