Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Reporting test results with HTML logger not working as expected #231

Description

@vishnuprakash9845

This Reporting test results i found interesting and tried to test it but facing few issues

Reference: https://github.com/microsoft/vstest-docs/blob/master/docs/report.md

Below Steps followed
Created one Unit Test Project with one test and added the nuget reference of package Microsoft.TestPlatform.ObjectModel. And tried to execute the below three lines in developers command prompt

  1. vstest.console.exe Tests.dll /logger:html
  2. vstest.console.exe Tests.dll /logger:"html;LogFileName=relativeDir\logFile.html"
  3. vstest.console.exe Tests.dll /logger:"html;LogFileName=c:\temp\logFile.html"

But getting the below error,

image

can any one help me on this issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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