You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The playwright sharp tool to install browsers has an install-browsers command, however it would be nice to offer the ability to install a particular browser in the case where you know you will be only using chromium for example.
For me an install-browsers command is sufficient, but I would like to be able to only download what I use. I imagine there will be runtime checks for the presence of the browser regardless of the level of granularity they are acquired.
Pros:
Less to download during CI
Cons:
Another command
More potential to have a mismatch of required browser at runtime, and installed browser
The playwright sharp tool to install browsers has an
install-browsers
command, however it would be nice to offer the ability to install a particular browser in the case where you know you will be only using chromium for example.For me an
install-browsers
command is sufficient, but I would like to be able to only download what I use. I imagine there will be runtime checks for the presence of the browser regardless of the level of granularity they are acquired.Pros:
Cons:
Related: #889
The text was updated successfully, but these errors were encountered: