I have built my new AEM project using the latest AEM Project Archetype
20, and I have some questions about the integration tests; more so, AEM
6.3, AEM 6.4, AEM 6.5.After building the AEM Project, I see it.launcher
and it.test module. As instructions are stated in the parent README.md,
running mvn clean verify -PintegrationTests would do the trick
successfully; The launchpad will be surfaced; the integration test
passes.While I am trying to insert new code for making tests for my
sling model, wo...