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
For the test case below, the nunit console runner produces a xml output with the seed value to enable repro. We'd like to support this behavior in the nunitxml.testlogger for dotnet test. This information is not available today in the TestPlatform object model (TestCase or TestResult) data.
Ask
Would it be possible/desirable for the adapter to expose the seed value as an additional data on the TestCase? May be as a custom property (TestCase.SetPropertyValue); similar mechanism is already used for test category.
@codito Please check if the enclosed dev package of the adapter solves the issue for you. The Seed value is added to both the test case and the test result. If you set the NUnit.Verbosity=5, it will also be output to the console. NUnit3TestAdapter.4.0.0-dev.570.zip
Scenario
For the test case below, the nunit console runner produces a xml output with the
seed
value to enable repro. We'd like to support this behavior in the nunitxml.testlogger fordotnet test
. This information is not available today in the TestPlatform object model (TestCase
orTestResult
) data.Ask
Would it be possible/desirable for the adapter to expose the
seed
value as an additional data on theTestCase
? May be as a custom property (TestCase.SetPropertyValue
); similar mechanism is already used for test category.Repro
Additional Information
3.13.1, 4.0.0-beta.2
NA
. Trying withdotnet test
.netcoreapp 3.1
NA
The text was updated successfully, but these errors were encountered: