Test Finished - aegoroff/msbuildteamcitytasks GitHub Wiki

Test finish message

Introduction

Indicates that test has been finished.

Details

Finishes a test

    <TestFinished Name="test.name" Duration="1.0" />

Finishes a test full example (with all optional attributes)

    <TestFinished
        IsAddTimestamp="true"
        FlowId="1"
        Name="test.name"
        Duration="1.0"
    />