You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you pl. share details in documentation etc.. on how to do mutation testing in a single project that has junit tests, testng and cucumber bdd tests..
AFAIR, in the modern PIT version, the plugins are detected automatically, if only put on a classpath. Please verify that the plugins are added to the pitest configuration - not the implementation one.
Can you pl. share details in documentation etc.. on how to do mutation testing in a single project that has junit tests, testng and cucumber bdd tests..
I see plugins such as
but not sure how to configure pitest task to use these to along with junit
tried
plugins = ["testng", "junit5", "cucumber"]
none works..
The text was updated successfully, but these errors were encountered: