kotest-gradle-plugin icon indicating copy to clipboard operation
kotest-gradle-plugin copied to clipboard

A gradle plugin for Kotest

Results 10 kotest-gradle-plugin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

pinned

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-assertions-shared](https://togithub.com/kotest/kotest) | `5.5.5` -> `5.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-shared/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-assertions-shared/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `7.4.2` -> `7.6.4` | --- ### Release Notes gradle/gradle (gradle)...

When running `./gradlew kotest` as specified in the plugin's README.md the command fails. ``` zcash-kotlin-payment-uri % ./gradlew kotest FAILURE: Build failed with an exception. * What went wrong: Task 'kotest'...

enhancement
pinned

I am not seeing failures summarized at the end of the test runs. I am using this with Gradle 4.4.3 though. Is this something that would work only with Gradle...

enhancement
pinned

Sorry in advance, I don't know anything about compiler plugin, so I don't know how to interpret this message at all. Maybe it's obvious. Reproduction: - Repository https://gitlab.com/opensavvy/groundwork/prepared - Commit...

My CI scripts fail after upgrading to Gradle 8.12 due to [org.gradle.process.internal.DefaultExecActionFactory](https://github.com/kotest/kotest-gradle-plugin/blob/65cff44e809115a8d95d836e29a205a231a49906/src/main/kotlin/io/kotest/gradle/Kotest.kt#L84): ```lang=java Caused by: java.lang.NoSuchMethodError: 'org.gradle.process.internal.DefaultExecActionFactory org.gradle.process.internal.DefaultExecActionFactory.of(org.gradle .api.internal.file.FileResolver, org.gradle.api.internal.file.FileCollectionFactory, org.gradle.internal.concurrent.ExecutorFactory, org.gradle.api.internal.fil e.temp.TemporaryFileProvider)' at io.kotest.gradle.Kotest.exec(Kotest.kt:84) at io.kotest.gradle.Kotest.executeTests(Kotest.kt:132) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ......