Adopt unit/integration testing in MBC project
TODO:
how do they work currently, know how to run/configure them
Separete project with some test file. Run from but file
tests are running on CCNet/Jenkins after build (prior to deployment to DEV/QA and etc).
team knows how to add new tests, sell it to them, prove it's needed
analysis is made to understand what are complex, tedious and inefficient things in writing naive tests and how can they be improved (code duplication/expressiveness) to make it simpler to write and understand them, to encourage team writing them
tests are running on CCNet/Jenkins after build (prior to deployment to DEV/QA and etc).
- Added TFS MBC project and MBC Test project to Jenkins.
- Organize test.xml results to allow Jenkins to read file
- Run bat files with npm commands to run tests in Jenkins