-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to make sure this plugin also runs testng #358
Comments
I'm not sure, if I fully understand the question/problem. In the Gradle plugin documentation where is a section about "generic" PIT plugins (all plugins, except junit5 plugin which has a dedicated support) with the examples in Groovy (build.gradle) and Kotlin (build.gradle.kts): https://github.com/szpak/gradle-pitest-plugin?tab=readme-ov-file#generic-plugin-support-also-junit-5-in-gradle-pitest-plugin-147 That should apply directly to the TestNG plugin. Please let me know, if you encounter any problem with that. |
The plugin you would like to use - so the TestNG plugin: |
@nagkumar Have you been able to improve the situation with my suggestions? |
Used this in kotlin gradle build file, the testng related error no more reported.. Thank you. is the name 'pitest-testng-plugin' correct as I assume plugins should be used in gradle plugins {} block not as implementation.. |
Have you checked
The I hope, that resolves your doubts. |
Closing as no response for 1,5 months. Feel free to comment/reopen, if you need further assistance. |
Looking for solution for this
pitest/pitest-testng-plugin#4
The text was updated successfully, but these errors were encountered: