Group XUnitWrapper.dll into the same Payloads when submit to Helix (dotnet/coreclr...
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Tue, 9 Apr 2019 18:00:25 +0000 (11:00 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 18:00:25 +0000 (11:00 -0700)
commitacadc8fb007c0237f22a6875f23f9befa80822d0
tree54ca58fbd59d9bdb8722c218ab27af458994c2e9
parent21cd1a17bc23f7f0398a9dbd8f69f6f1ec4091bd
Group XUnitWrapper.dll into the same Payloads when submit to Helix (dotnet/coreclr#23476)

* Add DisplayNameAttribute to each Fact

* Split files under bin/tests folder into groups and specify the corresponding *.XUnitWrapper.dll

* Group some of the *.XUnitWrapper.dll files into PayloadGroups and split others into different PayloadGroups if they have more than one TestGroup defined

* Add "TestGroup" trait to XUnitWrapper facts

* Add Microsoft.DotNet.XUnitConsoleRunner to eng\Versions.props

* Overwrite xunit.console.dll with the version coming from Microsoft.DotNet.XUnitConsoleRunner

Commit migrated from https://github.com/dotnet/coreclr/commit/f1cd1b6e98b44a26a52e6997d0445feeda1c8e00
src/coreclr/tests/helixpublishwitharcade.proj
src/coreclr/tests/runtest.proj
src/coreclr/tests/testgrouping.proj [new file with mode: 0644]
src/coreclr/tests/xunitconsolerunner.depproj [new file with mode: 0644]