-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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): document unsupported Parallelizable attributes on Nunit #16471
docs(dotnet): document unsupported Parallelizable attributes on Nunit #16471
Conversation
Can we add a similar section for MSTest? |
Co-authored-by: Max Schmitt <max@schmitt.mx>
…thub.com/kblok/playwright into docs-dotnet-nunit-Parallelizable-support
Done @mxschmitt |
docs/src/test-runners-csharp.md
Outdated
@@ -58,6 +60,10 @@ public class MyTest : PageTest | |||
} | |||
``` | |||
|
|||
:::note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move it under the "### Running NUnit tests in Parallel" heading and don't have a Note for it? So its like the mstest one. Thanks!
Rest lgtm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about now @mxschmitt ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing!
…tributes in NUnit/MSTest
Related to https://github.com/microsoft/playwright-dotnet/issues/
I'm clarifying what the valid options for
Parallelizable
are.