Releases: seregamorph/spring-test-smart-context
Releases · seregamorph/spring-test-smart-context
v0.15
v0.14
v0.13
- Better logging of integration test classes 027d098
- Save information about non-integration tests for resilient failover 46a7671
- Resilient failover when the same class is discovered by several engines a46022d
Full Changelog: v0.12...v0.13
v0.12
- Support Kotest engine
Full Changelog: v0.11...v0.12
v0.11
v0.10
What's Changed
- Switch to Slf4J logging by @seregamorph in #17
- Distinguish child context events by @seregamorph in #19
CloseableDelegatingDataSourceby @seregamorph in #21- Print suite size by @seregamorph in #22
- Enhanced failure diagnostics 546dfac
- TestNG skip sorting for single test suite 7b2f3d5
Full Changelog: v0.9...v0.10
v0.9
Changes
- Additional failure cause diagnostics #16 by @seregamorph
- Rename
SmartDirtiesTestsHoldertoSmartDirtiesTestsSupportc4d8d3e
v0.8
Changes
Support mixed JUnit platform engines in one module#12 @seregamorphExtract IntegrationTestFilter from SmartDirtiesTestsSorter#14Refactor Sorter logging#13
v0.7
Changes
- Enhanced logging of test suite classes 86e9ede by @seregamorph
- Refactor SpringContextEventTestLogger to Listener #11
- Updated dependencies to spring-framework, junit-jupiter and TestNG to avoid vulnerability scanner warnings
v0.6
Changes
- Support of
@Nestedtests without custom configuration #9 @seregamorph - Optimization
@DirtiesContext(BEFORE_CLASS)go first in a group ca7be87 - TestKit for internal test of the framework 598a71b
- Refactor
CurrentTestContext6cc45e8
Thanks @cfraenkel for insights and review.