jest-junit icon indicating copy to clipboard operation
jest-junit copied to clipboard

A Jest reporter that creates compatible junit xml files

Results 27 jest-junit issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

dependencies

This PR proposes to add support for defining the owner-attribute of testcase. This attribute is used by [Azure Devops' PublishTestResult-task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-test-results-v2?view=azure-pipelines&tabs=junit%2Ctrxattachments%2Cyaml#result-formats-mapping) This should be a non-breaking change as the ownerName is...

Hi! I use jest to run integration tests, and publish the output of jest-junit to Azure DevOps, and use the Test Analytics feature to monitor test execution. I'd like to...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The current implementation only allows you...

Removes libxmljs and replaces with libxml2-wasm. Also upgrades jest to 30.0.0-alpha.3 to make use of async setupFilesAfterEnv.

Documentation states that `includeConsoleOutput` is boolean, however the code expects it to be a string (`"false"`/`"true"`). One of these should be changed. (Also `includeShortConsoleOutput`)