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.41k stars 3.63k forks source link

[Question] Does Playwright support integration with Jira/X-Ray #11564

Closed davidhprotective closed 2 years ago

davidhprotective commented 2 years ago

I use Playwright with .Net/xUnit. Does Playwright support integration with any test management/bug tracking tools like Jira/X-Ray or ADO Test Plans?

Nav-2d commented 2 years ago

Related #9348

mxschmitt commented 2 years ago

There are no integrations for x-ray and xunit available. For that you need to rely on third-party Integrations.

Keep in mind that xunit is not recommended and we recommend nunit. See here for more insight's: https://playwright.dev/dotnet/docs/test-runners#xunit-support