New
v6.1.1
What's Changed
- Simpify engine implementation and mark EngineContext fully internal by @sksamuel in https://github.com/kotest/kotest/pull/5585
- Remove use of coroutineContext as per intellij recommendations by @sksamuel in https://github.com/kotest/kotest/pull/5586
- Bump Ktor to 3.3.3 and remove unused
ktor-server-coredependency. by @sksamuel in https://github.com/kotest/kotest/pull/5587 - re-add koin and fix current docs version by @alfonsoristorato in https://github.com/kotest/kotest/pull/5590
- DOC - add koin to 6.1 - create next of 6.2 by @alfonsoristorato in https://github.com/kotest/kotest/pull/5591
- Remove ExperimentalKotest from test execution mode by @sksamuel in https://github.com/kotest/kotest/pull/5596
- Add MatcherResultBuilder for third parties to integrate matchers by @sksamuel in https://github.com/kotest/kotest/pull/5594
- Add action-junit-report to PRs by @sksamuel in https://github.com/kotest/kotest/pull/5593
- Restore JS tests module by @sksamuel in https://github.com/kotest/kotest/pull/5597
- Fix xmethod focus using DSL by @sksamuel in https://github.com/kotest/kotest/pull/5588
- Fix Test Execution fails when gradle configuration cache is enabled by @sksamuel in https://github.com/kotest/kotest/pull/5603
- Update KSP generation to skip private classes by @sksamuel in https://github.com/kotest/kotest/pull/5604
- reintroduce string spec tests with config to be root tests by @alfonsoristorato in https://github.com/kotest/kotest/pull/5608
Full Changelog: https://github.com/kotest/kotest/compare/v6.1.0...v6.1.1