reporter icon indicating copy to clipboard operation
reporter copied to clipboard

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

Open metroprog opened this issue 1 year ago • 0 comments
trafficstars

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:

  • OS: Windows 10
  • Browser: Chrome, Firefox

Additional context CSV-report is created with success.

metroprog avatar Apr 16 '24 09:04 metroprog