File: control

package info (click to toggle)
node-jest-junit 16.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: javascript: 577; makefile: 4; sh: 1
file content (48 lines) | stat: -rw-r--r-- 1,635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: node-jest-junit
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-mkdirp <!nocheck>
 , node-strip-ansi (>= 6.0.1) <!nocheck>
 , node-uuid (>= 8.3.2) <!nocheck>
 , node-xml (>= 1.0.1) <!nocheck>
 , jest <!nocheck>
 , node-slash <!nocheck>
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.