Testing Integration Tests - AutolabJS/autolabcli GitHub Wiki

What is Integration Testing?

Integration testing is the phase in software testing in which individual software modules are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.

Mocha Testing framework is used in this project to write integration tests.