Skip to content

Commit adefbed

Browse files
authored
Add dynamic playlist xml for diff frameworks
1 parent ce85cff commit adefbed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/test/run-unit-tests-with-test-explorer.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,16 @@ You can also check or uncheck the boxes of the parent groups in the hierarchy. T
228228

229229
![Playlist xml file](../test/media/vs-2019/test-explorer-playlist-xml-file.png)
230230

231-
If you would like to make a playlist for traits use the format below. Make sure there is a space between your `TestCategory` name and the `[Value]`.
231+
If you would like to make a playlist for traits use the format below for MSTest.
232+
```xml
233+
<Playlist Version="2.0">
234+
<Rule Name="Includes" Match="Any">
235+
<Property Name="Trait" Value="SchemaUpdateBasic" />
236+
</Rule>
237+
</Playlist>
238+
```
239+
240+
Use the format below for xUnit. Make sure there is a space between your `TestCategory` name and the `[Value]`.
232241
```xml
233242
<Playlist Version="2.0">
234243
<Rule Name="Includes" Match="Any">

0 commit comments

Comments
 (0)