You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xUnit is the basic framework used by mono, lets move to always use xUnit and let other projects specify the desired output. This means adding a new option to the test command that will allow to specify the xml jargon to use.
The text was updated successfully, but these errors were encountered:
During the refactor we removed the env vars that are passed to the
runners to decide if xml is used and the jargon to use. The env
paramenters have been added and tests updated. Now the runners will get
notified that xml is used (always) and the jargon (default to xunit).
fixes: dotnet#98fixes: dotnet#77
* [iOS] Ensure that we do generate xml when we call the CLI.
During the refactor we removed the env vars that are passed to the
runners to decide if xml is used and the jargon to use. The env
paramenters have been added and tests updated. Now the runners will get
notified that xml is used (always) and the jargon (default to xunit).
fixes: #98fixes: #77
premun
changed the title
[iOS] Generate XML test results in xUnit format by default
Generate XML test results in xUnit format by default
Aug 19, 2020
xUnit is the basic framework used by mono, lets move to always use xUnit and let other projects specify the desired output. This means adding a new option to the test command that will allow to specify the xml jargon to use.
The text was updated successfully, but these errors were encountered: