microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.4k stars 3.63k forks source link

[Question] Does Playwright have built-in reporter when using with .Net? #11561

Closed davidhprotective closed 2 years ago

davidhprotective commented 2 years ago

I am using Playwright with .Net and running tests with xUnit. Does Playwright offer any built in reporter for my situation or do I need to go with 3rd party libraries?

mxschmitt commented 2 years ago

There are no official reporter's for xunit available.

Also xunit is not recommended see here: https://playwright.dev/dotnet/docs/test-runners#xunit-support

If you want to write tests in .net, we recommend nunit.

awrightCADGS commented 8 months ago

Hi mxschmitt, I found this old thread when searching for the same question. You said Playwright .NET has no official reporters for XUnit. Does it have an official reporter for NUnit, or should we use a third party reporter?