Created
July 20, 2023 14:31
-
-
Save SQL-MisterMagoo/a318814abda80c921e97cf2d34b96661 to your computer and use it in GitHub Desktop.
Call playwright actions from CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"runtimeOptions": { | |
"tfm": "net7.0", | |
"framework": { | |
"name": "Microsoft.NETCore.App", | |
"version": "7.0.8" | |
} | |
} | |
} |
e.g. dotnet exec Microsoft.Playwright.dll show-trace Test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create this file in the same folder as the dll, then you can call
dotnet exec Microsoft.Playwright.dll