Test Framework
#
Test with StyleWrite simple and beautiful tests using one of the available styles:
Kotest comes with several testing styles so you can choose one that fits your needs.
#
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
: