jest-junit
jest-junit copied to clipboard
A Jest reporter that creates compatible junit xml files
Hi Guys, Recently I was setting up azure release pipeline for my jest tests and found that the task execution is not exiting while running jest through npx. Later I...
Hi, Unfortunately we need to run our jest with `--forceExit` in order to finish on edge cases. Because of it the report is not generated well and the tests are...
fix #242 `message` attr is used to differentiate these from `it.skip` but I don't think it makes a difference; this output matches what I expect from using mocha-junit-exporter previously
When there are `noResults` (and "reportTestSuiteErrors" is enabled) the resulting XML contains double test-case errors: ``` ● Test suite failed to run ProtocolError: Page.captureScreenshot timed out. Increase the 'protocolTimeout' setting...
Currently a big problem is that we are only using the inner text of the Failure like so: ```xml Error: [Test] ❌ Unable to find element of type xpath ```...
This will be very useful, specially in monorepos.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Hi Team, Today for strip ansi the latest version is 7.0.1 with no vulnerabilities.the jest-junit version with 16.0.0 is not updated with these dependency strip ansi 7.0.1. Can you help...
I have updated to jest 29.5 in hopes that would help, jest-unit 15.0. Nothing I try works with reporters or testResultsProcessor. I get module not found as well as create...