Skip to content

Relative path for test container in .net core doesn't resolve #51

@codito

Description

@codito

Description

vstest.console doesn't run tests from test container with relative path.

Steps to reproduce

Run the following command:

dotnet.exe c:\vstest\vstest.console.dll test\testproject.dll /platform:x64 /testAdapterPath:path\to\adapter

Expected behavior

Tests should run.

Actual behavior

Test run fails with following error:

Could not find file test\testproject.dll

Note that tests run if an absolute path to testproject.dll is provided.

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