Skip to content

Files

Latest commit

 

History

History

playwright-csharp

Testing Playwright in C# on LambdaTest

Setup

  • Clone the repo and run cd playwright-csharp
  • Run dotnet build

Running your tests

  • To run a single test, run dotnet run single
  • To run sessions on custom devices with emulation, run dotnet run iphonetest or dotnet run ipadtest