microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

BrowserFetcher CLI #411

Closed kblok closed 4 years ago

kblok commented 4 years ago

Let's build a dotnet CLI tool to install browsers

Meir017 commented 4 years ago

I was thinking of

dotnet tool install -g PlaywrightSharp.Cli
browser-fetcher install -browserType [-version] [-location] [-host]

the cli will only download the browser if it doesn't exist locally

kblok commented 4 years ago

Yes. The idea is to create a dotnet tool and we should have the playwright-sharp brand. I think it could be playwrightsharp add-browser we could also have stuff like list-browsers, remove-browsers.

This is a low priority issue BTW.