I also love compose desktop, especially since it can integrate with Swing components. However, it looks like the testing facilities are currently limited to unit tests of composables, i.e. using composeTestRule. Does anyone know if there are plans or a release date for testing facilities similar to Espresso that would allow a hybrid Swing/Compose application to be tested? That is, finding/interacting/reading/asserting with a semantics node if the composables are in a ComposePanel or ComposeWindow. This sort of facility is needed for high-level tests like Cucumber where the step definitions have to provide interactions and assertions for the application as a whole.