ScenarioTests
ScenarioTests copied to clipboard
ScenarioTests are a different way of writing tests with XUnit. The goal is to be able to write tests like you would write notebooks. ScenarioTests are great for documentation and integration/e2e tests...
Currently this will not build in VS2022 because of this issue https://github.com/dotnet/roslyn-analyzers/issues/5890. There are two options to fix this, either avoid using the `new()` type constructors for diagnostics or update...
MSUnit
Let me be the first to ask for an msunit version 😄 Maybe you could leave this issue as a notification if someone picks it up to do...
The tests can be found and ran fine, but clicking on them results in "The editor could not be opened because the file was not found.".