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
Related to nunit/nunit-console/issues/409, and introduced by #2094, test fixtures are improperly marked with type="TestSuite" when running explore with a filter.
This is an example of an explore output with no filter:
The linked issue also mentions that properties are missing which is true, but I want to limit the scope of this issue since it seems like a simpler fix.
The text was updated successfully, but these errors were encountered:
Running nunit.framework v 3.11
Related to nunit/nunit-console/issues/409, and introduced by #2094, test fixtures are improperly marked with type="TestSuite" when running explore with a filter.
This is an example of an explore output with no filter:
Where as this is an example with a filter 'cat == Resources'
The linked issue also mentions that properties are missing which is true, but I want to limit the scope of this issue since it seems like a simpler fix.
The text was updated successfully, but these errors were encountered: