https://kotlinlang.org logo
#compose-web
Title
# compose-web
a

Akram Bensalem

12/19/2021, 8:38 AM
I want to learn how to write tests in Compose Web but I always get this error
Or change it via
browser {
testTask {
useKarma {
useFirefox()
useChrome()
useSafari()
}
}
}
Note: in my computer I have just "Microsoft Edge" What I have to do ?
o

Oleksandr Karpovich [JB]

12/19/2021, 9:11 AM
When use have useChrome(), useFirefox(), etc., it expects that those browsers are available in your system. Try to install them
1
j

Joost Klitsie

12/19/2021, 6:22 PM
How can you "just have microsoft edge" and not be able to install any other browser?
👎 1
9 Views