Skip to content

dotnet test --logger "trx" missing categories #805

Closed

Description

From @antferreira

Description

.trx file generated by dotnet test don't have test categories information

Steps to reproduce

Create a test project with test methods annotated with [TestCategory("foo")].
Run dotnet test --logger "trx"

Expected behavior

.trx file with test categories information

Actual behavior

.trx file without test categories information

Environment

Windows 10 Pro 1607
MSTest.TestAdapter 1.1.17
MSTest.TestFramework 1.1.17
dotnet version 1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions