Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Dec 22, 2023
1 parent 1181e0a commit 5ee65fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/testing/unit-testing-mstest-runner-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A test report is a file that contains information about the execution and outcom

### Visual Studio test reports

The Visual Studio test result file (or TRX) is the default format for publishing test results. This extension is shipped as part of `Microsoft.Testing.Platform.Extensions` package.
The Visual Studio test result file (or TRX) is the default format for publishing test results. This extension is shipped as part of [Microsoft.Testing.Platform.Extensions](https://nuget.org/packages/Microsoft.Testing.Platform.Extensions) package.

The available options as follows:

Expand Down Expand Up @@ -57,7 +57,7 @@ You can also enable the diagnostics logs using the environment variables:
### Hang dump files

This extension allows you to create a dump file after a given timeout. This extension is shipped as part of `Microsoft.Testing.Platform.Extensions.HangDump` package.
This extension allows you to create a dump file after a given timeout. This extension is shipped as part of [Microsoft.Testing.Platform.Extensions.HangDump](https://nuget.org/packages/Microsoft.Testing.Platform.Extensions.HangDump) package.

To configure the hang dump file generation, use the following options:

Expand Down

0 comments on commit 5ee65fd

Please sign in to comment.