https://github.com/razesoldier/junitlogparser
JUnit log parser
https://github.com/razesoldier/junitlogparser
junit-format junit-xml log-parser
Last synced: 10 months ago
JSON representation
JUnit log parser
- Host: GitHub
- URL: https://github.com/razesoldier/junitlogparser
- Owner: RazeSoldier
- License: gpl-2.0
- Created: 2018-11-24T13:46:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T07:31:28.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T07:30:06.840Z (about 1 year ago)
- Topics: junit-format, junit-xml, log-parser
- Language: PHP
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JUnitLogParser
JUnit log parser
## What can this do?
JUnitLogParser is written by PHP. It can be used to parse logs generated by PHPUnit.
## Compatibility
### PHP
JUnitLogParser requires PHP 7.0+.
### System
JUnitLogParser is well tested only on linux systems, other systems
(like: Windows) do not guarantee normal operation.
## Features
* Get test results for any test suite
## Usage
```bash
composer require razesoldier/junit-log-parser
```
The entry for JUnitLogParser is `RazeSoldier\JUnitLogParser\Parser`, the interface are [here](https://github.com/RazeSoldier/JUnitLogParser/blob/master/src/IParser.php).