File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,16 @@ You can also check or uncheck the boxes of the parent groups in the hierarchy. T
228
228
229
229
![ Playlist xml file] ( ../test/media/vs-2019/test-explorer-playlist-xml-file.png )
230
230
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] ` .
232
241
``` xml
233
242
<Playlist Version =" 2.0" >
234
243
<Rule Name =" Includes" Match =" Any" >
You can’t perform that action at this time.
0 commit comments