Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
This repository was archived by the owner on Nov 27, 2017. It is now read-only.

Is there a way to specify TestResult.xml location? #100

@iluzyanin

Description

@iluzyanin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions