pitest / pitest-junit5-plugin

JUnit 5 test framework support for Pitest
Apache License 2.0
74 stars 26 forks source link

Pitest support issue #79

Open alvenchen999 opened 1 year ago

alvenchen999 commented 1 year ago

Does pitest support bazel build? Does pitest commandline tool support junit5?

I go through the org page that it looks like junit5 only supported by the maven plugin? pls help to correct me, thx

szpak commented 1 year ago

I go through the org page that it looks like junit5 only supported by the maven plugin? pls help to correct me, thx

No, being on the classpath the plugin should be automatically detected. If in trouble, you can take a look at the Gradle plugin which uses the "command line interface" (with --info the whole command execution is displayed), but AFAIR there was no extra magic to make it work.