#junit #circle-ci #report #fix #integration #failure

app circleci-junit-fix

Fixes junit reports to have proper integration with CircleCI

4 releases

0.2.3 Jun 25, 2024
0.2.1 Aug 1, 2022
0.2.0 Jul 29, 2022
0.1.0 Feb 15, 2022

#220 in Testing

Download history 1/week @ 2024-11-16 13/week @ 2024-11-23 206/week @ 2024-11-30 278/week @ 2024-12-07 75/week @ 2024-12-14 121/week @ 2024-12-21 126/week @ 2024-12-28 98/week @ 2025-01-04 146/week @ 2025-01-11 174/week @ 2025-01-18 123/week @ 2025-01-25 60/week @ 2025-02-01 59/week @ 2025-02-08 170/week @ 2025-02-15 400/week @ 2025-02-22 207/week @ 2025-03-01

843 downloads per month

MIT license

6KB
92 lines

circleci-junit-fix

CircleCI supports rendering test failures through the use of JUnit files, but it only supports a subset of features.

One such feature is failure test outputs. The spec suggests that stdout and stderr contents be captured and added to the <system-out> and <system-err> elements respectively. CircleCI instead only reads the data from the <failure message="..."> attribute only.

Installation

With Cargo

cargo install circleci-junit-fix --locked --version 0.2.0

With Prebuilt Binary

curl -sSL https://github.com/conradludgate/circleci-junit-fix/releases/download/v0.2.0/circleci-junit-fix-v0.2.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=/usr/bin

Usage

cat path/to/junit/report.xml | circleci-junit-fix > fixed-report.xml

Dependencies

~1.5MB
~21K SLoC