Result reports no longer scrapeable after upgrading from 3.1.1 -> current #798
Replies: 2 comments
Correct. However, all the data used when rendering is available in the HTML-file here
As fara as I know, that's not possible since the report is now "client-side" rendered.
Yes. Depending on what your automation does and how it does it - you can use selenium to render the report before scraping it. This is what the test suite does. |
0 replies
|
The report log extension as well as junitxml has more stable output, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi There. I have an automation that scrapes the results of pytest runs with python to send slack messages and since upgrading to the latest version of pytest-html, the automation has failed. The content of the results table seems to be dynamically rendered by js in the browser, but when working with the file, those results are unavailable. Any thoughts to restore functionality and is this a desired change after the version 4.0.0 update?
All reactions