Skip to content

TeamCity service message should have assembly name as a part of test name. #669

@NikolayPianikov

Description

@NikolayPianikov

#671

For example ##teamcity[testStarted name='NUnit.Engine.Tests.TestEngineResultTests.CanCreateFromXmlString' captureStandardOutput='true' flowId='0-1111']

teamcity[testFinished name='NUnit.Engine.Tests.TestEngineResultTests.CanCreateFromXmlString' duration='0.001' flowId='0-1111']

should be:

teamcity[testStarted name='nunit.core.engine.tests.dll: NUnit.Engine.Tests.TestEngineResultTests.CanCreateFromXmlString' captureStandardOutput='true' flowId='0-1111']

teamcity[testFinished name='nunit.core.engine.tests.dll: NUnit.Engine.Tests.TestEngineResultTests.CanCreateFromXmlString' duration='0.001' flowId='0-1111']

It is needed when tests have the same name and another original assembly

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions