Random question, has anyone got compose desktop tests to run showing the UI (instead of headless mode)? Obviously don't want that for CI, just helpful sometimes when debugging when tests are stuck
➕ 3
d
Daniel Weidensdörfer
10/29/2024, 6:31 PM
Looking for same thing in wasmJs
c
chrisjenx
10/29/2024, 6:55 PM
What happens if you change to doing:
Copy code
browser {
testTask {
useKarma {
useChrome()
intead of useChromeHeadless() ?
d
Daniel Weidensdörfer
10/30/2024, 10:10 AM
It shows the karma test window, without the compose content