playwright-dotnet icon indicating copy to clipboard operation
playwright-dotnet copied to clipboard

[Docs]: Using the new mstest SDK project

Open Meir017 opened this issue 1 year ago • 4 comments

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

Meir017 avatar Jul 03 '24 06:07 Meir017

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

nohwnd avatar Jul 03 '24 06:07 nohwnd

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 avatar Jul 03 '24 07:07 Evangelink

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

Evangelink avatar Aug 26 '24 19:08 Evangelink

https://github.com/dotnet/test-templates/pull/325 introduced the templates nunit-playwright and mstest-playwright

Meir017 avatar Oct 20 '24 11:10 Meir017