The Pangolin Batch Runner Tools for Visual Studio extension makes it simple to work with the Pangolin and run batch unit tests. The Pangolin windows also displays the result of unit tests. This version of the extension is only available for Visual Studio 2017 RC.3 and above. Display batch The Pangolin Window enables you to view the result and create new batch to run as well. Build the Pangolin project and click "New Batch Result", allows you to create a new batch of unit tests and runs a whole batch. Inside the GridView you can stop running or go to details of a batch by clicking the "Started" column. Display batch details Batch details are displayed in a GridView to show the Status, Error and etc. If a test case throws an exception, it helps you to find the file, class and line number of the exception. Pangolin test template and selected batch run In order to run batch number of test cases, select folders or files and click "Run as batch" also Pangolin item template is ready to use, right click on folder or project and inside "Add" select "Pangolin Unit Test" |