https://github.com/pitest/pitest-testng-plugin
https://github.com/pitest/pitest-testng-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pitest/pitest-testng-plugin
- Owner: pitest
- License: apache-2.0
- Created: 2022-04-29T09:53:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T10:14:04.000Z (over 3 years ago)
- Last Synced: 2025-07-26T12:50:03.176Z (12 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TestNG Plugin
Adds support to pitest for TestNg
**Note, this repository is looking for a maintainer. Please get in touch if you use TestNG with pitest and would like to improve support**
## Versions
[](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-testng-plugin)
* 1.0.0 requires pitest 1.9.0 or above
* 0.1 requires a pitest version between 1.7.6 and 1.8.1
## Usage
To activate the plugin it must be placed on the classpath of the pitest tool (**not** on the classpath of the project being mutated).
### Maven
```xml
org.pitest
pitest-maven
1.7.6
org.pitest
pitest-testng-plugin
0.1
```
For Pitest configuration options, have a look at http://pitest.org/quickstart/maven/.
## About
Plugin extracted from code originally included in pitest, but removed in 1.7.6.
If you use TestNG with pitest and would like to improve support, this project is looking for a new owner.