Skip to content

v0.1.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:45
· 7 commits to main since this release
Run CI under Xvfb so the desktop E2E test can open a real window

DemoScenarioTest's desktop case launches a real Compose Desktop app and drives
it through a real ComposeWindow/AWT input events. GitHub's ubuntu-latest
runners have no X server, so that subprocess failed to open a window and the
bridge socket never came up. Xvfb provides a virtual X server so the test can
run unchanged in CI.