Any idea why IntelliJ IDEA (2019.3) doesn't show `...
# kotlintest
h
Any idea why IntelliJ IDEA (2019.3) doesn't show
Run MyTest
for kotlintests in buildSrc? It works in the regular source tree, and the tests are run if I run
gradle test
on the command line.
s
what do you mean by the regular source tree ?
h
Sources that are not in buildSrc
e.g. /src/test/java
s
What happens if you right click on the green kotlin folder ?
h
OK, this is weird. I opened the project on a different computer (same IntelliJ version), and now Run All Tests is available in the right-click menu. It isn't available on the original computer, and Invalidate Caches/Restart doesn't help.