I have a test folder under the src one, and IntelliJ is not formatting folders as packages correctly, nor showing test suites as classes. It is not even showing compiling errors in advance while editing, nor marking keywords with different colors.
Main sources are being indexed correctly.
I'm under gradle 5 and Java 11 using Intellij IDEA 2019.3 Community Edition.
The path of my test files is: src/test/java/com/example/Test.java