An open API service indexing awesome lists of open source software.

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

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).