| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-24 | 4.2 kB | |
| v6.1.8 source code.tar.gz | 2026-03-24 | 32.2 MB | |
| v6.1.8 source code.zip | 2026-03-24 | 34.7 MB | |
| Totals: 3 Items | 66.9 MB | 0 | |
What's Changed
- Precise Gradle configuration needed for pitest extension by @szpak in https://github.com/kotest/kotest/pull/5748
- Add automatic JUnit4 @Rule support to KotestTestRunner by @sksamuel in https://github.com/kotest/kotest/pull/5749
- Follow up to [#5704] to clean filters at execution time not configuration time by @sksamuel in https://github.com/kotest/kotest/pull/5751
- ci: add workflow to auto-update API dumps on PR failures by @Kantis in https://github.com/kotest/kotest/pull/5757
- Update JsTestFrameworkTestEngineListener to handle nested tests correctly. by @sksamuel in https://github.com/kotest/kotest/pull/5752
- Enabling update-api-dump for PRs from forks by @Kantis in https://github.com/kotest/kotest/pull/5760
- Make shouldHaveSingleElement and shouldNotHaveSingleElement chainable by @PreAgile in https://github.com/kotest/kotest/pull/5756
- Fix ProhibitedAnalysisException when re-running failed tests by @sksamuel in https://github.com/kotest/kotest/pull/5766
- Add JSON Schema prefixItems (tuple validation) and enum support by @sksamuel in https://github.com/kotest/kotest/pull/5771
- Add primitive array support for contain matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5775
- Add JS lifecycle order test for issue [#3340] by @sksamuel in https://github.com/kotest/kotest/pull/5767
- Mark AnnotationSpec lifecycle methods as implicitly used by @sksamuel in https://github.com/kotest/kotest/pull/5768
- Support @Suppress for duplicated test name and focus-in-nested-test warnings by @sksamuel in https://github.com/kotest/kotest/pull/5769
- Fix withClue clue context not included in assertion errors on non-JVM platforms by @sksamuel in https://github.com/kotest/kotest/pull/5770
- re-add support for gradle test filters after gradle 9.4.0 by @alfonsoristorato in https://github.com/kotest/kotest/pull/5785
- Add primitive array support for sorted (shouldBeSorted) matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5781
- Fix Slow Arb.generate for large objects by @sksamuel in https://github.com/kotest/kotest/pull/5761
- Publish IntelliJ plugin distribution zip to GitHub Packages on master by @sksamuel in https://github.com/kotest/kotest/pull/5763
- Tidy up logging across the engine and runner by @sksamuel in https://github.com/kotest/kotest/pull/5787
- Fix typo in
SpringExtensionby @T45K in https://github.com/kotest/kotest/pull/5788 - Refactor
Discoveryto improve class visibility filtering by @sksamuel in https://github.com/kotest/kotest/pull/5790 - Add tests for leading wildcard class name Gradle filter (#5639) by @sksamuel in https://github.com/kotest/kotest/pull/5791
- Add primitive array support for startWith/endWith matchers (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5779
- Add primitive array support for containExactly matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5777
- closing [#5782] : add ClasspathRootSelector support to shouldRunTests g… by @SimY4 in https://github.com/kotest/kotest/pull/5783
- Add LazyJvmAssertion to avoid stacktraces in inspectors by @sksamuel in https://github.com/kotest/kotest/pull/5759
- Add primitive array support for beIn (shouldBeIn) matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5780
- Add finalizeSpec DSL function to TestConfiguration and Spec by @sksamuel in https://github.com/kotest/kotest/pull/5750
- Add tests and fix for afterSpec/beforeSpec in TestFactory (#4133) by @sksamuel in https://github.com/kotest/kotest/pull/5786
- Normalize line breaks in test names for Gradle test filters by @sksamuel in https://github.com/kotest/kotest/pull/5764
- Add primitive array support for inorder (shouldContainInOrder) matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5778
- Add primitive array support for containAll matcher (#4354) by @sksamuel in https://github.com/kotest/kotest/pull/5776
New Contributors
- @PreAgile made their first contribution in https://github.com/kotest/kotest/pull/5756
- @SimY4 made their first contribution in https://github.com/kotest/kotest/pull/5783
Full Changelog: https://github.com/kotest/kotest/compare/v6.1.7...v6.1.8