Hello,
I’m trying to build and run UI test case. Build apparently went fine, but the execution failed because
of a missing profile in:
openmrs-distro-referenceapplication/ui-tests/pom.xml
Hereafter the last lines after the execution of:
mvn clean install -Prun-all-tests
[INFO] Installing /home/domenico/Testing/openmrs/openmrs-distro-referenceapplication/ui-tests/target/referenceapplication-ui-tests-2.6-SNAPSHOT-tests.jar to /home/domenico/.m2/repository/org/openmrs/distro/referenceapplication-ui-tests/2.6-SNAPSHOT/referenceapplication-ui-tests-2.6-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Reference Application Distribution ................. SUCCESS [ 2.168 s]
[INFO] Reference Application Distribution Package ......... SUCCESS [ 32.194 s]
[INFO] Reference Application Distribution UI Tests ........ SUCCESS [ 22.989 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59.123 s
[INFO] Finished at: 2016-12-05T23:26:19+01:00
[INFO] Final Memory: 36M/88M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "run-all-tests" could not be activated because it does not exist.
Actually I can’t see any “run-all-tests” profile in pom.xml