spekframework / spek

A specification framework for Kotlin
Other
2.23k stars 181 forks source link

Feature: Support running tests in random order #987

Open koenpunt opened 2 years ago

koenpunt commented 2 years ago

To prevent tests to incorrectly succeed due to deterministic order it should be possible to randomize the execution of tests.

It should however also be possible to run the tests with the same random seed, to debug failures only happening with a certain order.