csoltenborn / GoogleTestAdapter

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

GTest report generation - Question #344

Closed amaljesudas closed 2 years ago

amaljesudas commented 2 years ago

How can we generate the google test report xml if we are running tests from the Visual Studio test explorer? Right now I am able to run tests from test explore but report xml does not get generated. It gets generated only when I run the generated google test binary in command prompt;

csoltenborn commented 2 years ago

Have you tried passing the according parameter (--gtest_output="xml:<file name>") using the option Additional test execution parameters?

csoltenborn commented 2 years ago

Closed due to inactivity.