Open metroprog opened 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
Desktop:
Additional context CSV-report is created with success.
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
Expected behavior All the blocks contains data in html-report, as it is in JS+Playwright
Screenshots
Desktop:
Additional context CSV-report is created with success.