Typelevel Weaver released
Briefly

Weaver, now released under Typelevel, is a testing framework designed for integration and end-to-end tests, aiming to improve speed and debugging ease. It runs tests in parallel for quicker results, aggregates failure reports for user convenience, and offers composable expectations to keep tests clean. The framework also includes a lazy logger that displays logs only upon failure and manages shared resources reliably. By leveraging cats, cats-effect, and fs2, Weaver aligns with Typelevel projects for maintained efficiency and support in Scala.
Weaver is a test framework for integration and end-to-end testing that enhances debugging and speeds up test execution by utilizing cats, cats-effect, and fs2.
By ensuring that shared resources are cleaned up correctly and predictably, Weaver provides a reliable testing experience that allows developers to focus on writing effective tests.
Read at Typelevel
[
|
]