An open API service indexing awesome lists of open source software.

https://github.com/pitest/pitest-testng-plugin


https://github.com/pitest/pitest-testng-plugin

Last synced: 6 months ago
JSON representation

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

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-testng-plugin/badge.svg?style=flat)](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.