tjvb/testreportmixer

This package is abandoned and no longer maintained. No replacement package was suggested.

Mix the different test reports to one format

1.0.3 2017-10-11 17:21 UTC

This package is auto-updated.

Last update: 2022-02-03 09:30:18 UTC


README

PHP from Packagist Latest Stable Version pipeline status coverage report License

Why

The target of TestReportMixer is to convert test result file formats to other formats and / or to combine files to one file.

How to use

convert <outputformat> <outputfile> <inputformat> <inputfiles> (<inputfiles>)... The input format and outputformat options are described in Suported Formats

Installation

global

You can install TestReportMixer global with composer with the command: composer global require tjvb/testreportmixer

local

You can install TestReportMixer localy with composer with the command: composer require tjvb/testreportmixer

Suported formats

Input

  • junit

Output

  • junit
  • Test Anything Protocol (TAP)

Changelog

We (try to) document all the changes in CHANGELOG so read it for more information.

Contributing

You are very welcome to contribute, read about it in CONTRIBUTING

Code of Conduct

We have a code of conduct, and suspect everybody who want to involve in this project to respect it. CODE OF CONDUCT

License

The MIT License (MIT). Please see License File for more information.