Random question, has anyone got compose desktop te...
# multiplatform
c
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
Looking for same thing in wasmJs
c
What happens if you change to doing:
Copy code
browser {
                    testTask {
                        useKarma {
                            useChrome()
intead of useChromeHeadless() ?
d
It shows the karma test window, without the compose content
c
ahh dang