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

https://github.com/coditory/gradle-integration-test-plugin-sample

Sample usage of gradle-integration-test-plugin
https://github.com/coditory/gradle-integration-test-plugin-sample

Last synced: 2 months ago
JSON representation

Sample usage of gradle-integration-test-plugin

Awesome Lists containing this project

README

          

# Sample usage of [gradle-integration-test-plugin](https://github.com/coditory/gradle-integration-test-plugin)
[![Build](https://github.com/coditory/gradle-integration-test-plugin-sample/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/gradle-integration-test-plugin-sample/actions/workflows/build.yml)

This project presents how to use [gradle-integration-test-plugin](https://github.com/coditory/gradle-integration-test-plugin)
with different test frameworks:

- [Java + JUnit5](/java-junit5)
- [Groovy + Spock](/groovy-spock)
- [Kotlin + JUnit5](/kotlin-junit5)
- [Kotlin + Kotest](/kotlin-kotest)

If you're against adding plugins to your build file simply copy-paste the configuration from:
- [Java + JUnit5 (no plugin)](/java-junit5-no-plugin)
- [Kotlin + JUnit5 (no plugin)](/kotlin-junit5-no-plugin)