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.
We could probably fix the results by adding the package paths if there isn't an option to configure vitest