Fixie v2.1.1 Release Notes

Release Date: 2019-07-24 // almost 5 years ago
  • โœ… When running tests in Visual Studio under Test Explorer:

    • ๐Ÿ‘Œ Improved error reporting, both in the Output pane and in the tree of test results, to help with troubleshooting.
    • ๐Ÿ‘Œ Improved performance when selecting a large number of individual tests to run in Test Explorer. Previously, we performed an excessive amount of reflection and redundant evaluation of which test classes and test methods need to be executed.
    • โ†” Integrate with Test Explorer's test progress icons, so that the user can identify long-running tests.
    • โœ… Graceful handling of catastrophic failures such as tests which perform Environment.Exit(...) or which throw StackOverflowException. Naturally such catastrophic errors force the test run to end early, and that is out of our control, but now we accurately report what happened in both the Test Explorer tree and in the 'Tests' Output pane.