csoltenborn / GoogleTestAdapter

Visual studio extension that adds support for the C++ testing framework Google Test.
Other
143 stars 100 forks source link

Sample of how to set parameters like --gtest_output=xml:testReport.xml in runsettings file #348

Open richSpiegel opened 1 year ago

richSpiegel commented 1 year ago

Hello, is there a runsettings example showing how to set up paramters like --gtest_output or filter availble. Sofar all examples I found cover command parameters but not gtest specific once... As soon as I try to set some test won´t run anymore and test output says nothing. I also would like to configure by using the xsd you kindly provide, but same thing: as soon as I reference it, tests won´t run anymore. Do you have an example for that purpose too?

Regards Richard