tjvb/testreportmixer
Mix the different test reports to one format
Maintainers
Requires
- php: >=7.0
- symfony/console: ^3.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^6.3
- squizlabs/php_codesniffer: ^3.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 9de9eb1387d299ac5b7bc7d00a48431f1ab628ee
- Tobias van Beek <t.vanbeek.woop@tjvb.nl>
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.
