Can't run tests from gutter in 1.3.60

I can no longer run unit tests from the gutter. This was working in 1.3.50, but now I get the message:

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':acornui-core:jvmTest'.
> No tests found for given includes: [com.acornui.collection.ArrayUtilsTest.floatArrayAdd](filter.includeTestsMatching)

The gutter is a bit different now in that it gives options for JS browser, node, and JVM, but it’s not working for any of them. Nor is it working with a fresh project using the kotlin multiplatform templates.

Any ideas how to fix?

Here’s the issue tracker for Gutter.

https://youtrack.jetbrains.com/issue/KT-34366

1 Like

Looks like https://youtrack.jetbrains.com/issue/KT-34429. Failed to reproduce in a new MPP project from IDEA templates. Please make sure you have the JS targets configured (browser, node) as described in the issue.

If your case is different, please report a new issue at http://kotl.in/issue with a sample project to reproduce. Thanks!

1 Like