Integrating with Jenkins using TMockRunner

To run using smartrunner see here: Run Tests on Jenkins CI using SmartRunner

To integrate Typemock Isolator with Jenkins CI using Windows batch command:

1. In Jenkins CI, under Build, Add Build Step.

2. Select Execute windows Batch command.

3. In the Command field, add the following command to run TMOCKRUNNER:

<location>/TMockRunner <location>/mstest.exe  /testcontainer:"<location>/test.dll"

4. Click Save.

Related topic: Running Tests with TMockRunner