Skip to content

Commit 8bda16c

Browse files
authored
Merge pull request #1577 from kendrahavens/updateAdapter
Add how to upgrade test adapter section
2 parents 23c7062 + 824e2fd commit 8bda16c

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

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

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,24 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
5252

5353
3. In the **Category** list (labeled as **Showing**), expand the **Tools** node and then choose **Testing**.
5454

55-
4. Choose a framework in the results list to navigate to a Visual Studio Marketplace page for the tool.
56-
57-
## See Also
58-
[Unit Test Your Code](../test/unit-test-your-code.md)
55+
4. Choose a framework in the results list to navigate to a Visual Studio Marketplace page for the tool.
56+
57+
## Update to the latest test adapters
58+
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
62+
63+
1. Open the Nuget Package Manager for your solution by navigating to **Tools > NuGet Package Manager > Manage NuGet Packages for Solution...**
64+
65+
2. Click on the **Updates** tab and search for NUnit or xUnit test adapters that are installed.
66+
67+
3. Select each test adapter, and then select the latest stable version in the drop down menu.
68+
69+
4. Choose the **Install** button.
70+
71+
![Upgrade Test Adapter](media/installadapter-upgrade.png)
72+
73+
## See also
74+
75+
- [Unit Test Your Code](../test/unit-test-your-code.md)
18.2 KB
Loading

0 commit comments

Comments
 (0)