Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs]: dotnet xUnit support #33417

Closed
stevendarby opened this issue Nov 4, 2024 · 2 comments
Closed

[Docs]: dotnet xUnit support #33417

stevendarby opened this issue Nov 4, 2024 · 2 comments

Comments

@stevendarby
Copy link

Page(s)

https://playwright.dev/dotnet/docs/test-runners#xunit-support

Description

This page says that parallel tests for xUnit aren't supported due to a couple of linked issues.

Those issues have actually been resolved, and the default behaviour in 2.8+ is to limit the number of started tests: https://xunit.net/docs/running-tests-in-parallel#algorithms

Please consider updating the documentation, and if applicable (I can raise a separate issue if needed), providing a similar set of base classes for xUnit as you do for NUnit and MSTest.

@stevendarby stevendarby changed the title [Docs]: dotnet test runners [Docs]: dotnet xUnit support Nov 4, 2024
@stevendarby
Copy link
Author

Sorry, this should be in https://github.com/microsoft/playwright-dotnet. If it's possible to transfer, that'd be appreciated. Otherwise feel free to close and I'll raise again there.

@stevendarby
Copy link
Author

Ok, that issue is already raised there: microsoft/playwright-dotnet#2977
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant