Looking at kotest after ThoughtWorks Radar reminded me of it... after reviewing the Slack history and Googling, I see that Kotest can do multiplatform (including tests in JavaScript and common code), but at the same time I see that kotest still uses the Junit5 engine on the JVM. I also see https://github.com/kotest/kotest-examples-multiplatform which is super-useful, but will the docs be updated with some info on multiplatform, and maybe some explanation of how it all works / any limitations to be aware of?
e
Emil Kantis
11/22/2022, 7:21 PM
I think if you switch to the appropriate platform (using the tabs) on https://kotest.io/docs/quickstart you get a good intro for each. Is there anything you feel is lacking? I mostly do JVM stuff so I haven't noticed anything myself.