microsoft / playwright-dotnet

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

[Docs]: Using the new mstest SDK project #2954

Open Meir017 opened 2 months ago

Meir017 commented 2 months ago

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

nohwnd commented 2 months ago

The new template for MSTest SDK project is included in net9.0 dotnet SDK. Try installing the preview, please.

Evangelink commented 2 months ago

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.

Evangelink commented 3 weeks ago

We improved .NET SDK for the support of global.json and we are working with VS team to have it also working there.