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
We have highly tuned pytest-html reports showing screenshots walk-through and screenshots on errors.
Is there a way to upload the entire directory with report, screenshots and other log files?
Currently we use gitlab-ci to run the tests, and report it to jenkins via its rest-api, there the report looks as it should, but jenkins have other limitations.
Keep up the good work.
The text was updated successfully, but these errors were encountered:
Just viewing the report (reportportal already parses the data correctly via pytest)
it is a plain pytest-html report using pytest plugin: https://github.com/pytest-dev/pytest-html
(my local fork only have some small changes to the layout, to support more images)
Enclosed is an example of how it looks, it is a *.html file inside a directory with embedded css, javascript, screenshots.
it is stored as an attachment to gitlab job (gitlab.zip) where you can see it if you download it, or in jenkins where it shows up directly using the https://plugins.jenkins.io/htmlpublisher/ plugin.
We have highly tuned pytest-html reports showing screenshots walk-through and screenshots on errors.
Is there a way to upload the entire directory with report, screenshots and other log files?
Currently we use gitlab-ci to run the tests, and report it to jenkins via its rest-api, there the report looks as it should, but jenkins have other limitations.
Keep up the good work.
The text was updated successfully, but these errors were encountered: