Browse Source
* Record video for failing win32 integration tests. * Be more specific when selecting the test dll. https://github.com/microsoft/vstest/issues/3939 --------- Co-authored-by: Julien Lebosquain <julien@lebosquain.net>release/11.1.3
committed by
Max Katz
2 changed files with 29 additions and 3 deletions
@ -0,0 +1,14 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<RunSettings> |
|||
<DataCollectionRunSettings> |
|||
<DataCollectors> |
|||
<DataCollector uri="datacollector://microsoft/VideoRecorder/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.DataCollection.VideoRecorder.VideoRecorderDataCollector, Microsoft.VisualStudio.TestTools.DataCollection.VideoRecorder, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Screen and Voice Recorder"> |
|||
<Configuration> |
|||
<MediaRecorder sendRecordedMediaForPassedTestCase="false" xmlns=""> |
|||
<ScreenCaptureVideo bitRate="512" frameRate="2" quality="20" /> |
|||
</MediaRecorder> |
|||
</Configuration> |
|||
</DataCollector> |
|||
</DataCollectors> |
|||
</DataCollectionRunSettings> |
|||
</RunSettings> |
|||
Loading…
Reference in new issue