-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
questionFurther information is requestedFurther information is requested
Description
> 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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested