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

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

Open
vishnuprakash9845 opened this issue May 7, 2020 · 0 comments
Open

Comments

@vishnuprakash9845
Copy link

vishnuprakash9845 commented May 7, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant