microsoft / vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
MIT License
869 stars 316 forks source link

Unable to find a datacollector with friendly name 'Screen and Voice Recoder' #5001

Closed sampath-ganesan closed 2 months ago

sampath-ganesan commented 2 months ago

I am using dot net 8.0 as targetversion and using specflow+mstest to run test cases. i added .runsetting with this data collector and

when i run it with visual studio its working fine i am able to get the recoding for the test execution. but when i use dotnet vstest "path\to\dll\file\project.dll" /Settings: "path\to\setting\file.runsetting" /Logger: "trx" /TestAdaptor: "path\to\testadaptor\"

i am getting Data Collection : Unable to find a datacollector with friendly name 'Screen and Voice Recorder'

nohwnd commented 2 months ago

The collector is shipped with VS only.