Robert Jaros
03/31/2020, 8:43 AMkotlin-frontend-plugin
)?turansky
03/31/2020, 11:33 AMRobert Jaros
03/31/2020, 12:10 PM[JB] Shagen
03/31/2020, 12:48 PMRobert Jaros
03/31/2020, 2:14 PMrun
command karma daemon was started on http://localhost:9876/. It looked like this:Robert Jaros
03/31/2020, 2:15 PMRobert Jaros
03/31/2020, 2:16 PMRobert Jaros
03/31/2020, 2:18 PMIlya Goncharov [JB]
04/01/2020, 2:40 PMkarma.config.d/<any>.js
with such content
config.singleRun = false
You can run two Gradle processes, the first
./gradlew compileTestKotlinJs *-t*
it runs compilation in contionuous mode, and will react on changes of code.
The second one (in other terminal) you need to run ./gradlew browserTest
Ilya Goncharov [JB]
04/01/2020, 2:43 PM