Fleshgrinder
02/24/2020, 1:33 PMjsBrowserTest
to work on a Mac? The headless chrome that is started by default does not seem to work at all: https://github.com/Fleshgrinder/kotlin-uuid/runs/464690932?check_suite_focus=trueSebastian Aigner
02/24/2020, 4:02 PMIlya Goncharov [JB]
02/25/2020, 6:08 AMFleshgrinder
02/25/2020, 7:05 AMIlya Goncharov [JB]
02/25/2020, 8:07 AMkotlin {
target {
browser {
testTask {
useKarma {
useFirefox() // for example
}
}
}
}
}
We tested downloading of browser, but it was a big lack of performanceFleshgrinder
02/25/2020, 8:08 AM