Cake Build addin for receiving test results from Devices.Xunit test hosts.
#addin nuget:?package=Cake.DevicesXunitTestReceiver&version=1.0.1
dotnet add package Cake.DevicesXunitTestReceiver --version 1.0.1
<PackageReference Include="Cake.DevicesXunitTestReceiver" Version="1.0.1" />
Aliases
Contains methods pertaining to collecting results from devices.xunit test hosts running on devices.
General
Launch |
Listens for a connection from the device running the tests, it then processes the results and returns either true or false depending on if all tests have passed. |