question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test suite report renders inside another

See original GitHub issue

Test suite report is incorrectly rendered inside of another.

Screenshot: here

Test run with params:

"jest ./test/e2e/ --maxWorkers=2 --no-cache --config=./test/e2e/jest.config.js --ci"

Reporters settings:

[
  'default',
  ['../../node_modules/jest-html-reporter',
     {
      pageTitle: 'E2E tests Seznam Browser',
      outputPath: 'coverage/report.html',
      dateFormat: 'dd. mm. yyyy HH:MM:ss',
      includeConsoleLog: true,
      includeFailureMsg: true,
     },
  ],
]

Backend:

  • jest-html-reporter: 3.1.0
  • jest: 26.0.1
  • node.js: 13.8.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Hargnecommented, May 19, 2020

Great catch! I will try to patch this

0reactions
Hargnecommented, May 20, 2020

There is now a fix for this in v3.1.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Convenient Way to View and Share Your Test Reports
Reports are rendered directly and can be viewed in the application once you hit the 'Show Report' button or select a report from...
Read more >
Progress Report - Azure Test Plans - Microsoft Learn
View the progress each suite has made within a test plan and identify the areas ... This report is also rendered using the...
Read more >
How to Test React Components: the Complete Guide
example: a component renders with the default props. integration testing: testing if different parts work or integrate with each other. Usually ...
Read more >
"Test suite failed to run" does not report as a test failure in the ...
i hoped for a solution like in other junit runners or reporters: If a test run fails, because of an syntax error, the...
Read more >
c# - Render a View during a Unit Test - ControllerContext ...
NET MVC 4 web application that generates large and complicated reports. I want to write Unit Tests that render a View in order...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found