microsoft / playwright-dotnet

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

[Feature]: New Test Framework Package #3007

Closed thomhurst closed 1 week ago

thomhurst commented 1 week ago

🚀 Feature Request

Heya, I see you have NUnit and MSTest packages for helping set up playwright tests in those frameworks.

I've written a new testing framework and was wondering on what your policy is for potentially adding a package for it?

The repository can be found here: https://github.com/thomhurst/TUnit

I'd gladly help if you needed. Thanks!

Example

No response

Motivation

Easier use of playwright for anyone using TUnit as their testing framework

mxschmitt commented 1 week ago

33.9K total downloads is below our threshold. I recommend creating a TUnit.Playwright package until it reached more popularity. See the source code of our current existing integrations which you could probably follow along:

thomhurst commented 1 week ago

33.9K total downloads is below our threshold. I recommend creating a TUnit.Playwright package until it reached more popularity. See the source code of our current existing integrations which you could probably follow along:

Out of curiosity what's the threshold?