spek
spek copied to clipboard
A specification framework for Kotlin
Hi @raniejade I get the message `Incompatible: requires IDE build 213.* or earlier` on the Android Studio Electric Eel | 2022.2.1 Canary 5 _#AI-221.4165.146.2211.8713749_, built on June 17, 2022. Yet,...
There are various ways to implement. Personally I believe I prefer to be able to execute `group` and `test` blocks myself using my own `ExecutorService`, etc. but that doesn't work...
I am working on a Kotlin multiplatform project (iOS and Android only for now) and would love to give Spek a try, however all threads that refer to it seem...
Launching IntelliJ IDEA 2021.3 with the latest Spek version results in the following error when launching the IDE: > Plugin 'Spek Framework' (version '2.0.17-IJ2021.2') is not compatible with the current...
Looks like most artifacts on maven central are on 2.0.17 except for `spek-dsl-metadata` and `spek-runtime-metadata`:  *source: https://search.maven.org/search?q=org.spekframework.spek2* That is problematic as some of the other modules (like `spek-dsl-jvm`) depend...
Hi guys, First thank you for this framwork. I think we miss some kind of Group between Feature and Scenario on Gherkin implementation. In fact there is actually such definition...
It was around five years ago when @hhariri reached out to me, to discuss the merge of Spek and [KSpec](https://github.com/raniejade/kspec). Both projects have similar goals (KSpec was born out of...
If I try to run a single regular JUnit5 test from the IDE (Android Studio 4.0.1), I find that all the Spek tests are executed along the regular one. I've...
Tests fail unexpectedly with a `TestSuiteExecutionException` after upgrading to Kotlin v1.5.0 using Spek v2.0.15. This happens when using an Enum and a `when` statement. Here is an example to reproduce:...