Перейти к файлу
Subrahmanyam Mandavilli 5df10b5a5e Removing q from run time dependencies 2015-12-12 12:37:49 +05:30
src Telemetry data added to task 2015-12-12 12:32:46 +05:30
tests Removed unnecessary comment 2015-12-12 12:35:34 +05:30
typings Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
.gitignore Adding the required build files 2015-12-02 17:46:46 +05:30
README.md update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
gulpfile.js 1. Fixinging issue with gulp watch 2015-12-09 14:57:51 +05:30
package.json Removing q from run time dependencies 2015-12-12 12:37:49 +05:30
pom.xml update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
tsconfig.json 1. GetCmdCommonArgs 2015-12-10 15:13:07 +05:30
tsd.json Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
tslint.json fixing CRLF issue 2015-12-08 16:27:10 +05:30

README.md

vso-vmware

To build Java code

- 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