- Ensure you have instilled the maven
- compile - mvn compile
- run test - mvn test
- code coverage - mvn test verify
Go to _build ( _build\testReports\codecoverage ) folder on root directory to check the code coverage
To build JS / TS code
- Ensure you have node.js installed
- code build - gulp
- test run - gulp test