spek
spek copied to clipboard
Feature: Support running tests in random order
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.