microsoft / playwright-testing-service

MIT License
83 stars 13 forks source link

Microsoft Playwright Testing only works with Playwright test runner. #16

Open vvs11 opened 1 year ago

vvs11 commented 1 year ago

Currently Microsoft Playwright Testing works only with Playwright test runner. Other test runners are not supported.

AB#1903435

PeterHevesi commented 11 months ago

Yeah, I would be so happy if you create it also for Playwright.NET :)

marlowp commented 11 months ago

Does this mean that only tests written using Node.js can be used with the Microsoft Playwright Testing service?

PeterHevesi commented 11 months ago

@marlowp, yes, now it only support Node.js, so please upvote this issue, so they create support for other Playwright frameworks :) In my opinion, they should start with Playwright.NET, because I believe it is actually the best Playwright framework :D

AClerbois commented 10 months ago

Upvote 👍

vvs11 commented 10 months ago

We have added samples and instructions on how to configure Playwright Testing service for MSTest and NUnit test runner. Please try the steps and let us know the feedback. Here's the link to the samples: https://github.com/microsoft/playwright-testing-service/tree/main/samples/.NET

RazvanFilipescu commented 10 months ago

@vvs11 This is just the first version, right? The reporting is very basic, I cannot even see if the test has passed or failed in the Activity Log. Are there reporting features (maybe across test runs) in work?

vvs11 commented 10 months ago

@RazvanFilipescu , yes this is the first version and right now, the .NET support is experimental. We have reporting on our roadmap but I'd love to understand your use-case and how you are thinking about cross test runs reporting feature. We have an open feature request for reporting here: https://github.com/microsoft/playwright-testing-service/issues/47 . Please upvote and share your use-case to help us build a better service.

puagarwa commented 1 month ago

Just putting a clarification around our support for other runners, Service does support connecting from any runner using playwright library via manual connect option https://github.com/microsoft/playwright-testing-service/issues/70