Tom Longhurst

Results 272 comments of Tom Longhurst

On nuget.org the project site link links to this repository. Maybe it's due to that.

Does commenting reopen this? I'd like to reopen because they seem to be a hybrid of different projects ATM. There are release notes that are relevent to testing platform. Then...

I haven't actually looked into it but does the dotnet runtime repository have the same problem? They have all the extensions packages don't they, so would probably have the same...

> What does "inconclusive" represents for you? We see that as just a skip for some reason, there is for me no strong difference between Skip/Ignore attribute, some Conditional attribute...

I see discussions are turned on now! Shall we convert this issue to a discussion?

> > So for my scenario: > > Test has a dependency > > Dependency fails > > My test may not have the correct state now, so it isn't...

> As an FYI, the Microsoft.Testing.Platform TRX report does not include the skipped tests in the `notExecuted` counters list (despite showing it had an outcome of `NotExecuted`), nor is it...

NotRun works for me - but then the question is should it error the test run? Could it be configured to have a property like "ShouldFail" that we could set?

> > For my framework, I have allowed tests to depend on other tests. If the dependency fails, I don't necessarily want to mark the dependent tests as failed, as...

I'd probably take the file as the base values, and then any actual command line options override them