Hi all. Is it possible to run tests in parallel on...
# kotlintest
a
Hi all. Is it possible to run tests in parallel on a per test-method basis by using only kotlin-test and gradle? So far I was able to implement my tests without adding an additional dependency to an engine like junit-jupiter. Do I need to add this explicit dependency now so I can run tests in parallel, or is there a pure kotlin solution?