Introduction
#
Test with StyleWrite simple and beautiful tests using one of the available styles:
Kotest allows tests to be created in several styles, so you can choose the style that suits you best.
#
Check all the Tricky Cases With Data Driven TestingHandle even an enormous amount of input parameter combinations easily with data driven tests:
#
Fine Tune Test ExecutionYou can specify the number of invocations, parallelism, and a timeout for each test or for all tests. And you can group
tests by tags or disable them conditionally. All you need is config
: