microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

[Question]: How to enable and use HTML report #2114

Closed infinitejest69 closed 2 years ago

infinitejest69 commented 2 years ago

Your question

The 1.17 release note lists the HTML reporter but i cant see anywhere else in the documentation to enable or config the report

https://playwright.dev/dotnet/docs/release-notes#version-117

is this report only in the JS version test runner ?

mxschmitt commented 2 years ago

The Playwright HTML report is only available in the Node.js language binding with the Playwright Test test-runner.

akshaysarode31 commented 2 months ago

@mxschmitt Can I add Node.js code to a C# framework to generate a HTML report or convert .zip to HTML?