Changes:
- Added experimental mode for reporting test names using the test run's display name instead of the test case display name. This could resolve the issue with reporting MSTest data-driven tests (TW-82355, TW-89577). To enable it, use the environment variable
TEAMCITY_USE_TEST_RESULT_DISPLAY_NAME
with the valuetrue
. Disabled by default as it has not been properly tested yet and may change in future releases.