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
{{ message }}
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
Currently, after running dotnet test, the result of test run is stored in current directory in TestResult.xml.
Is there a possibility to somehow specify the folder where to store the xml?
For example, xUnit provides -xml flag, which does exactly this, e.g. dotnet test -xml reports/TestResult.xml.
One workaround is to start dotnet test from "reports" folder, so it would save result xml there, but I was just curious if there is a straight way to do this?