Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 438 Bytes

Simple Pitest Gradle Sample

This project showcases mutation testing using Pitest based on a very simple dummy Gradle/Java project.

img.png

Prerequisites

  • Git
  • Java 17

Build the Pitest report

  • Clone the repository: git clone https://github.com/e-solutions-GmbH/pitest-gradle-sample.git
  • Run ./gradlew pitest in project root
  • Open the report: build/reports/pitest/index.html