Missing profile for UI-tests

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

I’ve followed the instructions: https://github.com/DomenicoDiLeo/openmrs-distro-referenceapplication (Running ui-tests locally)

Thanks @domenico! The instructions seem to be incorrect indeed! @tmarzeion, could you please explain how you run UI tests locally? It seems that there’s no way anymore to do it using command line…

Dear @raff, I’d like to correct a couple of information in the readme file: a) we don’t have the server int02 any longer b) we haven’t received info from @tmarzeion, thus we don’t know what he wanted to do with run-all-tests profile. I would remove the command Run mvn clean install -Prun-all-tests Thank you

Fine with me! Thanks for improving the docs!

My pleasure :slight_smile:

Update done!