phpunit-slow-test-detector
phpunit-slow-test-detector copied to clipboard
Show GHA warnings for slow tests when GHA is detected
inspired by https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9025#issuecomment-3257836969
Example of GHA warning on PR:
Currently, the output can be overseen on PRs, this is a feature request to format the slow tests as GHA warnings for corresponding methods when GHA is detected.
Annotating test methods (or data providers' cases) is nice to have, but outputting basic warning that would be displayed in the workflow's summary is good enough to start with.
Inspiration can be taken from https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9025#issuecomment-3277245388.