testomatio / reporter

Testomatio Reporter
124 stars 22 forks source link

Jest. HTML-report does not contain all the blocks, number of tests on tabs always displays as 0 #336

Closed metroprog closed 6 months ago

metroprog commented 6 months ago

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

html-report doesn't display circle diagram with persentage, doesn't display list of tests below, always displays 0 tests in tabs, at the same time total number of tests is valid.

To Reproduce

// jest.config.js
...
  reporters: [
    'default', 
    [
      '@testomatio/reporter/lib/adapter/jest.js', 
      {}
    ]
  ],
TESTOMATIO_HTML_REPORT_SAVE=1 npm test

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

Screenshots изображение

Desktop:

Additional context CSV-report is created with success.

metroprog commented 6 months ago

It no longer reproduces in 1.4.0 release. It generates html with all blocks fullfilled. @TetianaKhomenko FYI