Source: node-jest-junit Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-mkdirp , node-strip-ansi (>= 6.0.1) , node-uuid (>= 8.3.2) , node-xml (>= 1.0.1) , jest , node-slash Standards-Version: 4.7.3 Homepage: https://github.com/jest-community/jest-junit#readme Vcs-Git: https://salsa.debian.org/js-team/node-jest-junit.git Vcs-Browser: https://salsa.debian.org/js-team/node-jest-junit Rules-Requires-Root: no Package: node-jest-junit Architecture: all Depends: ${misc:Depends} , node-mkdirp , node-strip-ansi (>= 6.0.1) , node-uuid (>= 8.3.2) , node-xml (>= 1.0.1) Enhances: jest Description: Jest reporter creating compatible JUnit XML files jest-junit is a Jest reporter plugin that transforms Jest test results into JUnit XML format, enabling seamless integration with CI/CD systems that consume JUnit test reports. . This packages addresses the need for standardized test reporting in automated build pipelines. . Jest is a fast, simple, and feature‑rich JavaScript testing framework designed to make writing and running tests easy across projects using Node.js, React, TypeScript... . JUnit is a widely used Java testing framework that provides a simple, structured way to write and run repeatable unit tests for Java applications . Node.js is an event-based server-side JavaScript engine.