Join Slack
Powered by
with the compose multiplatform UI testing, what ar...
# compose-desktop
c
czuckie
02/25/2026, 8:40 AM
with the compose multiplatform UI testing, what are the pre-requisites to having a UI test execute successfully? I tried running my UI tests in a docker container and I got native library resolution problems. Must X11 be available?
a
Alexander Maryanovsky
02/27/2026, 11:33 AM
Make sure you have a
Copy code
implementation(compose.desktop.currentOs)
dependency
Alexander Maryanovsky
02/27/2026, 11:34 AM
But also, yes, X11 should be available
Alexander Maryanovsky
02/27/2026, 11:34 AM
xvfb should work
🙏 1
6
Views
Open in Slack
Previous
Next