reporter
reporter copied to clipboard
Pytest. HTML-report does not contain data from XML-report
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
Desktop:
- OS: Windows 10
- Browser: Chrome, Firefox
Additional context CSV-report is created with success.