Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 619 Bytes

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

composer require razesoldier/junit-log-parser

The entry for JUnitLogParser is RazeSoldier\JUnitLogParser\Parser, the interface are here.