Tags: POCS-AT/vstest
Tags
Fixed code coverage compatibility issue (microsoft#2527) Fixed code coverage compatibility issue
Replace NET451 compiler directives with NETFRAMEWORK (microsoft#2516) * Replace NET451 compiler directives with NETFRAMEWORK * Revert change in acceptance test * Fix Linux build hopefully
Use OS bitness to figure out .NETCore runner architecture (microsoft#… …2507)
Added new exception handling (microsoft#2461) * Test space added * Exception handler was added to catch AccessDeniedException while trying to create TestResults folder * Remove unnecessary space * Deleted unnecessary test. Changed console message and corrected folder path in that message * Remove unnecessary dot * Removed unnecessary lines and usings and coreccted exception message * Removed unnecessary line * Updating resource files * New exception handling was added * Formatted exception message
Upgrade TestPlatform external dependencies (microsoft#2440)
Update telemetry to latest (microsoft#2421)
Fix null reference (microsoft#2400) that we catch internally but would pop up in Debug mode, because the default config is to stop at null ref
Merge branch 'master' into copoiena/debugging-external-test-processes-2
Fix writing to trx when error has no message (microsoft#2364) Fixes intialization of error info that would require errors to have error message and not just stack trace. This is triggered for example by Assert.Fail() in nUnit that provides a null error message. Removed the constructor that we don't need, and enabled initialization in both setters to avoid failing. Fixes microsoft#2319
PreviousNext