Headless tests
Finally, this release is also the return of the Headless module, which allows you to write tests for your composable logic without emitting any UI. These tests help ensure the behavior of the UI and the displayed data is always the same, even on different platforms which have different ways to lay out the data itself.
The module is easy to integrate into any test framework.
Learn more here