Hi, I've been trying to stand up some tests in a p...
# javascript
m
Hi, I've been trying to stand up some tests in a project using the new browserTest task for the Koltin/JS 1.3.40 plugin and seem to be having inconsistent results with it finding test sources. Is there anything I can do to point it at the specific source set? Right now, the task runs fine but it finds nothing inside of the test source. Thanks!
b
Hi! Could take a look examples mentioned here https://kotlinlang.slack.com/archives/C0B8L3U69/p1560962754111000
or just share your build file and more info about your layout
or even the whole project
m
Awesome, thanks. I'm going to take a moment to upgrade to 1.3.41 and see if that resolves anything, but I will post my project repository as well.
Just switched over to useMocha instead of useKarma with ChromeHeadless and it worked immediatey