We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it easy to enable Playwright when using MSTest SDK.
Currently MSTest SDK doesn't support Playwright so users will have to manually install the Microsoft.Playwright.MSTest package.
Microsoft.Playwright.MSTest
We could improve this experience by adding a new property (e.g. EnablePlaywright) that would add the package.
EnablePlaywright
AB#2020957
The text was updated successfully, but these errors were encountered:
✅ Successfully linked to Azure Boards work item(s):
Sorry, something went wrong.
It was already done.
Evangelink
No branches or pull requests
Summary
Make it easy to enable Playwright when using MSTest SDK.
Background and Motivation
Currently MSTest SDK doesn't support Playwright so users will have to manually install the
Microsoft.Playwright.MSTest
package.Proposed Feature
We could improve this experience by adding a new property (e.g.
EnablePlaywright
) that would add the package.AB#2020957
The text was updated successfully, but these errors were encountered: