Infection 0.33.0 has been released.
- Testo test framework support (by @roxblnfk)
- Allow using the full width of the terminal for console output
Enjoy!
@localheinz yeah, this is the feedback we are looking for actually :) Makes sense.
It will probably be not JSON, but anyway - another type of the output is indeed needed for AI
Do you use Infection with AI-generated code/tests? If so, what is the workflow / skills / prompts?
Is there anything we need to improve here to make it more useful?
Lately I've been working on integrating #Testo#PHP with @infection_php
There's still more ahead, but in the meantime you can read my fresh article about mutation testing
https://t.co/AVe5xCipGg
@sam_dark There is an open discussion about Psalm https://t.co/ufX7S2n6Tj
But no work has been done yet. Psalm would be integrated a bit differently than Mago and PhpStan, thus was postponed
Infection 0.32.3 has been released with new `--max-timeouts` and `--with-timeouts` options.
Read the details in this blog post to understand how it helps with speeding up Mutation Testing and why you should start using them!
https://t.co/A2d7pXR4mI
Thanks @sanmai!
๐ Xmas present
Infection 0.32.0 has been released:
- Format-presering pretty printing
- new GitHub loggers with collapsable sections
- Symfony 8 support; webmozart/assert@v2 support
- and much more
https://t.co/9JKpSAbAAN
Looks like #phpunit xml code-coverage generation could get nearly twice as fast in the future.
this would for example considerably reduce overhead of the necessary "initial-test" step when running @infection_php on your project.
.@xepozz started working on Infection Plugin for @phpstorm, please share your ideas here: https://t.co/GnvM3poXwq
- What would you like to see?
- How would you use it?
- Where would you want to see Mutants diffs?
Let's make it useful.
๐กTIP: It's worth to remind that you can use `php://stdout` or `php://stderr` channels to report Infection's details directly to the console when you use it on CI, for example.