I'm trying to execute a JUnit test on an Adobe AEM instance, using the JUnit class.
I've defined my testcase 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):
I created maven arc type project my test cases inside test folder .The test cases runs correctly with mvn test. also mvn clean install through make a bundle but It' doesn't show in http://localhost:4502/system/sling/junit/
I tried keeping the test class in main referring the example in net but it is not working