Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

Repository from Github https://github.comAzure/azure-sdk-for-jsRepository from Github https://github.comAzure/azure-sdk-for-js

fix test-results so that it is easier to locate tests

jeremymeng opened this issue · comments

Currently we've seen some less ideal experience in the test results. It deson't include the full file path so after test results are uploaded and merged what we see in Azure DevOps Tests page is just a relative path to the test files for the suite names. This makes it harder to locate the failing tests especially when there are results from multiple packages which have similar test case titles.

Image

We could probably fix the results by adding the package paths if there isn't an option to configure vitest