controls-kt
controls-kt copied to clipboard
Using no chrome js test
trafficstars
> Task :magix:magix-storage:allTests FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':magix:magix-storage:allTests'.
> Failed to execute all tests:
:magix:magix-storage:jsBrowserTest: java.lang.IllegalStateException: Errors occurred during launch of browser for testing.
- ChromeHeadless
Please make sure that you have installed browsers.
Or change it via
browser {
testTask {
useKarma {
useFirefox()
useChrome()
useSafari()
}
}
}
I installed a Chromium (Open source Chrome build), but this don't worked
Chrome must be installed in the system in order to run tests.