I'm trying to execute a JUnit test on an Adobe AEM instance, using the JUnit class. first created arctype maven project I've defined my testcase inside test folder and was expecting to be able to see it at this URL
http://localhost:4502/system/sling/junit/
It does not show up though.
The test runs correctly with mvn test. also mvn clean install through make a bundle
it's a very simple test case (junit4):