User interface module
There are three kind of tests:
src/it/java/** : Selenium tests: full application tests (with backend started) * Server and UI full karaf feature * Sample Selenium test
src/test/javascript/e2e : end-to-end karma test for testing UI and web pages without java backend * Tested files references * Sample e2e test
src/test/javascript/spec/*** : Controllers unit tests
You can then run mvn clean install on the project (or grunt serve, grunt build…)