Oh, i have not notice that before. Its working fine with kotest tool window. Thanks
is it possible to achieve same functionallity with the run button(which are getting render for each test), instead of was using a different tool window.
s
sam
04/11/2020, 2:14 PM
Yes but we have to drop junit support
Or at least drop the ability to tun tests from within the file via junit
So without the plugin you'd see no green run button at all
a
Ashish Kumar Joy
04/11/2020, 2:22 PM
Both dropping the ability to run test from file and the current functionality where the individual run test button run all tests will be a bit confusing to the user. We will need to document it well, may a gif of running test from kotest window will be helpfull in this case.
s
sam
04/11/2020, 4:45 PM
I mean if wr drop the junit compatibility annotations from kotests parent spec classes then with the plugin everything will work perfectly
But without the plugin you'd see no green run button at all.
The annotstions are used to give the run button without the need for the plugin