You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
referring to the ResultsDirectory setting in runsettings, i don't see any result file after adding a TestResults folder to the solution directory and successfully running the reference tests e.g. Catch_Testset01 within visual studio 2017 resharper unit test explorer.
.\TestResults
Is it expected to have any test result output files? thank you for your time and help.
The text was updated successfully, but these errors were encountered:
At this time the Test Adapter for Catch2 itself does not actively make use of this Visual Studio Test Explorer feature. I have seen it used mostly in C# tests. What you can do however is set the working directory for the unit tests to this folder via the <WorkingDirectoryRoot> setting. This will allow you to 'easily' write files to that directory from inside your tests.
It is an interesting notion however to have the Test Adapter for Catch2 optionally write a test report to this directory after each test run (regardless of whether the working directory is set to this folder or not). I will take it under consideration to add this as a feature to the Test Adapter for Catch2.
referring to the ResultsDirectory setting in runsettings, i don't see any result file after adding a TestResults folder to the solution directory and successfully running the reference tests e.g. Catch_Testset01 within visual studio 2017 resharper unit test explorer.
.\TestResults
Is it expected to have any test result output files? thank you for your time and help.
The text was updated successfully, but these errors were encountered: