Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SQL-MisterMagoo/a318814abda80c921e97cf2d34b96661 to your computer and use it in GitHub Desktop.
Save SQL-MisterMagoo/a318814abda80c921e97cf2d34b96661 to your computer and use it in GitHub Desktop.
Call playwright actions from CLI
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.8"
}
}
}
@SQL-MisterMagoo
Copy link
Author

Create this file in the same folder as the dll, then you can call dotnet exec Microsoft.Playwright.dll

@SQL-MisterMagoo
Copy link
Author

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