testomatio / reporter

Testomatio Reporter
126 stars 22 forks source link

Pytest. HTML-report does not contain data from XML-report #338

Open metroprog opened 7 months ago

metroprog commented 7 months ago

If I use only testomat-reporter in Pytest project without integration with testomat.io, I get:

HTML-report doesn't display any data from XML-report, it only contains empty HTML-template.

To Reproduce

npm install @testomatio/reporter --save-dev
pytest --junit-xml report.xml
TESTOMATIO_HTML_REPORT_SAVE=1 npx report-xml report.xml --lang=python

Expected behavior All the blocks contains data in html-report, as it is in JS+Playwright

Screenshots firefox_XPYpSzcrAV

Desktop:

Additional context CSV-report is created with success.