Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

UnitTestHelper

This module contains functions which allow to report unit test results to build servers.

Nested types and modules

TypeDescription
Test

Basic data type to represent tests

TestResults

Basic data type to represent test results

TestStatus

Basic data type to represent test status

Functions and values

Function or valueDescription
reportTestResults(testResults)
Signature: testResults:TestResults -> unit

Reports the given test results to the detected build server

reportToAppVeyor(testResults)
Signature: testResults:TestResults -> unit

Reports the given test results to AppVeyor.

reportToTeamCity(testResults)
Signature: testResults:TestResults -> unit

Reports the given test results to TeamCity.