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
- Host: GitHub
- URL: https://github.com/coditory/gradle-integration-test-plugin-sample
- Owner: coditory
- Created: 2020-05-19T09:14:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T09:35:58.000Z (over 1 year ago)
- Last Synced: 2024-12-07T10:23:58.184Z (over 1 year ago)
- Language: Kotlin
- Size: 273 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample usage of [gradle-integration-test-plugin](https://github.com/coditory/gradle-integration-test-plugin)
[](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)