Better Playwright Tests with NUnit

Опубликовано: 10 Июль 2026
на канале: Lethcode
3,601
37

Playwright has worked with .Net for a while. But it has only felt ok. Recently they added the NUnit Playwright nuget package and it makes everything more awesome. Come check out why this Playwright NUnit Package is better than the old way of writing your End to End browser tests. We will set up a project, show how to run headlessly and headed and also switch browsers without ever touching your code.

We will also jump into some debug/troubleshooting logic to show what tools Playwright gives you to make your test writing experience even better. Come with me if you want your test experience to be more enjoyable!

This video is dependent on you having dotnet 3 or 5 installed.

Check out my newest subscriber Mahesh Joshi , be awesome like them and subscribe.

The links promised in the video:
Getting Started: https://playwright.dev/dotnet/docs/ne... (First Project Example, First Test)
Debugging Tools: https://playwright.dev/dotnet/docs/ne...
Settings and Test Runner: https://playwright.dev/dotnet/docs/ne...

Generate Tests vs Coding your Own:    • Test Recorder vs Coding your Own with Play...  

Support the Channel: buymeacoffee.com/lethcode
Business Inquires: [email protected]

timecodes
0:00 Intro
0:11 The Old Way
0:32 Playwright NUnit
2:56 Using Runsettings