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
When running UI tests that make use of the "ptrthomas/karate-chrome" docker image, the Karate report is generated as expected, with videos embedded. The Cucumber report, however, doesn't display them, as they appear to not be getting copied to the correct place. Just wondering if there are any configuration options to include this as the Cucumber report is far more detailed and ideal to CI builds.
The command I'm running to recreate this is as follows:
mvn clean test -Dtest=TestSuiteTest -Dclient.ci=true
A "cucumber-html-reports\embeddings" folder is created, which contains a html page that attempts to link to it, but it's a broken link...
@pauliehyland as far as I know I spent some time trying to get the files live in the right directory etc. I'm going to tag this as help wanted and any contributions + investigation is welcome
When running UI tests that make use of the "ptrthomas/karate-chrome" docker image, the Karate report is generated as expected, with videos embedded. The Cucumber report, however, doesn't display them, as they appear to not be getting copied to the correct place. Just wondering if there are any configuration options to include this as the Cucumber report is far more detailed and ideal to CI builds.
The command I'm running to recreate this is as follows:
mvn clean test -Dtest=TestSuiteTest -Dclient.ci=true
A "cucumber-html-reports\embeddings" folder is created, which contains a html page that attempts to link to it, but it's a broken link...
<video controls="true" width="100%"><source src="web.appian-api-ui_1_1662647350982.mp4" type="video/mp4"/></video>
Thanks for your time,
Paul
cucumber-video-demo.zip
The text was updated successfully, but these errors were encountered: