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
Use Microsoft Testing Platform & Auto-Retry Tests (#5365)
* Enhance test project configurations and improve test execution reliability by adding retry logic for failed tests
* Add retry logic for failed tests and update test configurations
* Update test configurations to enhance code coverage reporting and improve test execution reliability
* Fix indentation for testRunTitle and publishTestResults in Cosmos and SQL integration test configurations
* Enhance test configurations by adding output capture settings and refining arguments for unit tests
* Add TrxReport package and update test scripts for improved reporting and reliability
* Disable failTaskOnFailedTests temporarily due to known issue with TestFX
* Refactor test arguments in Cosmos and SQL integration test configurations for consistency
* Add CodeCoverage settings and update test arguments for consistency across build jobs
* Remove CollectFromChildProcesses setting from CodeCoverage configuration
* Add YTest.MTP.XUnit2 component to third party notices
* Update coverage report paths to include subdirectories in build jobs
* Refactor code coverage settings and add validation for aggregated coverage report
* Enhance code coverage settings and reporting configuration
* Update code coverage settings to exclude missing assemblies and refine source exclusions
* Update coverage reporting paths to use 'coverage-aggregated' directory
* Refine code coverage settings by removing specific exclusions and generalizing configuration paths
* PR review comments
@@ -996,4 +1023,4 @@ This file is based on or incorporates material from the projects listed below (T
996
1023
> (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
997
1024
> (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
998
1025
> (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
0 commit comments