2015-12-11 08:38:41 +03:00
|
|
|
# vso-vmware
|
2015-12-09 15:23:17 +03:00
|
|
|
|
|
|
|
# To build Java code
|
|
|
|
|
2015-12-11 08:38:41 +03:00
|
|
|
- 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
|