[Docs]: Using the new mstest SDK project
Page(s)
Getting started with MSTest & playwright is getting easier
in the page https://playwright.dev/dotnet/docs/intro when using MSTest.
Description
see https://devblogs.microsoft.com/dotnet/introducing-mstest-34/#playwright
@Evangelink, @MarcoRossignoli running dotnet new mstest creates a regular SDK project, it's not clear how to create a new project using the new MSTest SDK using the dotnet cli
The new template for MSTest SDK project is included in net9.0 dotnet SDK. Try installing the preview, please.
The template will not yet use the global.json for defining MSTest.Sdk version but we are working on it at the moment to be ready before the launch.
We improved .NET SDK for the support of global.json and we are working with VS team to have it also working there.
https://github.com/dotnet/test-templates/pull/325 introduced the templates nunit-playwright and mstest-playwright