We’re using the Kotlin front-end plugin, and tryin...
# javascript
s
We’re using the Kotlin front-end plugin, and trying to use Karma. The documentation describes running the
tests
task, and then opening a browser to see results. Is there any way to run these tests in a way that will work in a build environment? I can run the tests as described, but of course, I’d like to have them run as part of our build process and fail if any of the tests fail.
b
/cc @cy
AFAIK karma can run in CI, did you try? have you any issue with it?