tjvb/testreportmixer

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

Mix the different test reports to one format

Maintainers

👁 TJVB

Package info

gitlab.com/tjvb/testreportmixer

Issues

pkg:composer/tjvb/testreportmixer

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

1.0.3 2017-10-11 17:21 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9de9eb1387d299ac5b7bc7d00a48431f1ab628ee

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.