-
hi folks,
in a previous project i have used fluentlenium in combination with Kotest (https://kotest.io/). Kotest is a testframework for kotlin.
i recently took some time to cleanup the code and to…
-
I'm running into something weird here, and I can't figure out what the underlying issue is, so here it goes.
I created a brand new project (Gradle Kotlin DSL) and created a very simple test that u…
-
I have custom spec — AllureBehaviorSpec.
Could I run my spec through this plugin?
-
**Which version of Kotest are you using**
4.5.0 (Only using `assertions`)
Kotlin 1.5.0
Gradle 7.0.1
### How to reproduce
#### `/build.gradle.kts`
```kotlin
buildscript {
repositori…
-
Hi everyone,
I'm not sure if this is the right project, so I also reported it under https://github.com/kotest/kotest/issues/2192.
We a have project with Java and Kotlin code, and both have JUni…
-
Hi,
it seems the new IDE is not compatible with the kotest plugin yet?
When I try to reinstall it I get the following error:
![image](https://user-images.githubusercontent.com/12533979/117846712-…
-
Hello, I'm the author of refreshVersions, a Gradle plugin whose mission is to make adding and updating dependencies faster, more convenient and less error-prone
See https://jmfayard.github.io/refre…
-
The current @Tags on a spec is powerful but can be confusing. A spec annotated with @Tags("Foo") will not necessarily be excluded if you run with kotest.tags=Bar because root level tests may be annota…
-
Hello, I was reading in your [tretrospective v3](https://www.http4k.org/blog/retrospective_v3/ ) that you have now 40 dependencies modules.
I want to add support for adding easily http4k modules vi…
-
## Environment
```
CLion 2020.2.1
Build #CL-202.6948.80, built on August 25, 2020
Runtime version: 11.0.8+10-b944.31 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.7.15-100…