https://github.com/insightsengineering/junit-xml-diff
Tool for comparing JUnit XML reports
https://github.com/insightsengineering/junit-xml-diff
Last synced: 12 months ago
JSON representation
Tool for comparing JUnit XML reports
- Host: GitHub
- URL: https://github.com/insightsengineering/junit-xml-diff
- Owner: insightsengineering
- License: other
- Created: 2023-01-18T13:38:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:04:33.000Z (about 2 years ago)
- Last Synced: 2025-06-14T22:08:52.333Z (12 months ago)
- Language: Go
- Homepage: https://insightsengineering.github.io/junit-xml-diff/
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# junit-xml-diff
[](https://github.com/insightsengineering/junit-xml-diff/releases)
[](go.mod)
[](https://goreportcard.com/report/github.com/insightsengineering/junit-xml-diff)
[](https://github.com/insightsengineering/junit-xml-diff/actions/workflows/lint.yml)
[](https://github.com/insightsengineering/junit-xml-diff/actions/workflows/test.yml)
Tool for comparing JUnit XML reports
## Usage
### Binary
You may download the binary for your OS/distribution from [https://github.com/insightsengineering/junit-xml-diff/releases](https://github.com/insightsengineering/junit-xml-diff/releases) and run the following command:
```bash
# Assuming you're in the directory which contains the binary
./junit-xml-diff
# For help, run:
./junit-xml-diff
```
### Container
You can pull a container image for this tool from [https://github.com/insightsengineering/junit-xml-diff/pkgs/container/junit-xml-diff](https://github.com/insightsengineering/junit-xml-diff/pkgs/container/junit-xml-diff).
## License
The project is licensed under the [Apache License, Version 2.0](LICENSE).