Platform (jvm, js, android): js
Extension (none, kotlin 1.3, jdk8): none
The current samples for mocha and jasmine had been based on kotlin-examples which used the old kotlin plugin. By now, there is a new kotlin plugin (kotlin-examples is not updated though) but we could try to use the new Plugin instead.
The new plugin claims to have a few advantages
The plugin also provides useful testing features, for example:
- Source maps generation
- Test reports generation
- Test run results in the console
So that sounds good. I guess it should be easy for mocha as the default runner they use is mocha but it might actually be hard for jasmine. Therefore I suggest to start with mocha only (first PR) and try afterwards if there is a way to reconfigure the plugin to use jasmine instead (second PR).
Following the description by JetBrains:
https://kotlinlang.org/docs/reference/js-project-setup.html
I'll work on this if you would like to take this issue over.I'll work on this
@developerfred nice :slightly_smiling_face:
I just pushed some cleanups https://github.com/robstoll/atrium/pull/474, please fork again or rebase on master once it is merged
thanks @robstoll.
@developerfred un-assigning so that pthers can take over. Let me know in case you still work on it.
I'll work on this.
@pablohildo unassigning you so that others could take over
I'll work on this