0.1.3 • Published 8 years ago

vs-test-runner v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

vs-test-runner

npm version

vs-test-runner is a tool to discover and run vstests (vstest.console) via OpenCover to generate code coverage reports. ReportGenerator is used to build an html report from the coverage.xml file generated by OpenCover.

Installation

npm install -g vs-test-runner

Usage

vs-test-runner [--x64] [--release] [--coverage]: Run all tests under the current working directory. If the --coverage flag is given, OpenCover will be used with vstest.console as the test container; otherwise, vstest.console will be used alone. To discover tests in "bin\Release" folders instead of "bin\Debug" folders, pass the --release flag. To run tests built for x64, pass to --x64 flag.

Report Code Coverage

npm install -g codecov
codecov -f coverage/coverage.xml --disable=gcov
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago