Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 969 Bytes

File metadata and controls

24 lines (15 loc) · 969 Bytes

TFS Build Task - Report Failing Tests (via email)

Overview

This repo contains a task that could be included in TFS 2015 scriptable build system.

An intention of the task is to extend the standard email notification about test results from: before

to:

after

to be able to see the failing test names right from the email notification.

The task should be added to the build pipeline after Visual Studio Test task. "Always run" checkbox should be checked for the task This is how build colfiguration could look: build configuration

Installation

You could either: