spek icon indicating copy to clipboard operation
spek copied to clipboard

A specification framework for Kotlin

Results 103 spek issues
Sort by recently updated
recently updated
newest added

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,...

status: triage

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...

is: feature

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...

status: triage

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...

status: triage

Looks like most artifacts on maven central are on 2.0.17 except for `spek-dsl-metadata` and `spek-runtime-metadata`: ![image](https://user-images.githubusercontent.com/2535178/132313060-b89dbad8-bae9-4019-8a6b-3db4c9ecfa72.png) *source: https://search.maven.org/search?q=org.spekframework.spek2* That is problematic as some of the other modules (like `spek-dsl-jvm`) depend...

status: triage

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...

status: triage

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...

status: triage

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:...

status: triage