Expand my Community achievements bar.

Running Integration Tests

Avatar

Level 2

Hi everyone,

I am attempting to run the integration test that is provided in the AEM archetype (version 19). I have had no success running the test as the surefire-plugin does not find any tests.

The command I run at the root of the project: mvn clean verify -PintegrationTests

result:

[INFO] --- maven-failsafe-plugin:2.22.1:integration-test (integration-test) @ com.adobe.aem.guides2.wknd2.it.launcher ---

[INFO]

[INFO] -------------------------------------------------------

[INFO]  T E S T S

[INFO] -------------------------------------------------------

[INFO]

[INFO] Results:

[INFO]

[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]

I have made no changes to the archetype after generating it with maven. The archetype provides HelloWorldModelServerSideTest in the it.tests module but nothing is executed.

0 Replies