Skip to content

Commit 824e2fd

Browse files
authored
Update install-third-party-unit-test-frameworks.md
1 parent fe73da4 commit 824e2fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/test/install-third-party-unit-test-frameworks.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,16 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
5656

5757
## Update to the latest test adapters
5858

59-
There have been [major performance improvements](https://blogs.msdn.microsoft.com/visualstudio/2017/11/16/test-experience-improvements/) in the latest test adapter updates for MSTest, NUnit, and xUnit. Update to the latest stable test adapter to start experiencing better test discovery and execution!
59+
Update to the latest stable test adapter to experience better test discovery and execution. For more information about updates to MSTest, NUnit, and xUnit test adapters, see the [Visual Studio blog](https://blogs.msdn.microsoft.com/visualstudio/2017/11/16/test-experience-improvements/).
60+
61+
### To update to the latest stable test adapter version
6062

6163
1. Open the Nuget Package Manager for your solution by navigating to **Tools > NuGet Package Manager > Manage NuGet Packages for Solution...**
64+
6265
2. Click on the **Updates** tab and search for NUnit or xUnit test adapters that are installed.
66+
6367
3. Select each test adapter, and then select the latest stable version in the drop down menu.
68+
6469
4. Choose the **Install** button.
6570

6671
![Upgrade Test Adapter](media/installadapter-upgrade.png)

0 commit comments

Comments
 (0)