-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DX] Add optional testdox/pest like output to get exact test metrics per unit test fixture #4821
Conversation
@TomasVotruba it seems there are warning in tests: |
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: