[DX] Add optional testdox/pest like output to get exact test metrics per unit test fixture#4821
[DX] Add optional testdox/pest like output to get exact test metrics per unit test fixture#4821TomasVotruba merged 3 commits intomainfrom
Conversation
|
@TomasVotruba it seems there are warning in tests: https://github.com/rectorphp/rector-src/actions/runs/5916960081/job/16044814468?pr=4821#step:5:395 |
|
I see 👍 I think they're disable by default and this extension turns them on. I want to keep original PHPUnit output by default and enable this extension on the in CLI. Any ideas how to achieve that? |
|
probably |
|
Oh, that's enable on purpose previously: so not that |
This is more important. I want to run something like: ...to enable this output for local debugging. The CI and everything else should be untouched. Any ideas how to achieve that? |
|
Probably create different phpunit.xml? Eg: |
|
Indeed 👍 That's what I though, it just feels wrong to copy-paste so much :D |
54f6cd7 to
e9de66e
Compare
736bd2e to
f2f79c5
Compare
be214f9 to
c657031
Compare
c657031 to
e0b42d9
Compare
|
ClI-based invoke in progress: robiningelbrecht/phpunit-pretty-print#1 |
Make use of https://github.com/robiningelbrecht/phpunit-pretty-print to return testdox-like output.
This allows us:
Use like: