phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 429 forks source link

Add codeception XML/HTML reporting support to grumphp #1107

Closed petrisorciprian-vitals closed 9 months ago

petrisorciprian-vitals commented 9 months ago
Q A
Branch v2.x
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Documented? yes
Fixed tickets -

Codeception allows generating HTML/XML reports after test runs, which is very useful for CI and/or sharing results. Currently, this is not possible within grumphp, except through a shell script which invokes codeception manually.

This PR adds the capability for the Codeception task to output XML/HTML reports.

veewee commented 9 months ago

Thanks for the PR. You are almost there: only the options configuration is missing.

veewee commented 9 months ago

Looks good, thanks again! :)