xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

Added TRX Result Channel to write out a TRX Report #70

Closed dotMorten closed 6 years ago

dotMorten commented 6 years ago

Adds a TRX Report channel. The output parses schema validation and opens cleanly in Visual Studio (for me at least :-) )

dotMorten commented 6 years ago

Isn't that a breaking change to rename?

clairernovotny commented 6 years ago

No because it wasn't public before :)

dotMorten commented 6 years ago

Why make it public though? To avoid the obsolete warning?

clairernovotny commented 6 years ago

Yeah, to give people the choice

joaosilvareed commented 6 years ago

Hi, I'm super interested in getting the trx report but I can't seem to find any documentation for this change, can someone please help on how to use this for example, in the AppDelegate?

Thanks.