I want to learn how to write tests in Compose Web ...
# compose-web
a
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
When use have useChrome(), useFirefox(), etc., it expects that those browsers are available in your system. Try to install them
1
j
How can you "just have microsoft edge" and not be able to install any other browser?
👎 1