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
In addition to defaultBrowser we should add chrome, safari, firefox, and edge as possible arguments passed to carton test --environment. This would allow testing with an arbitrary browser, not just default browser. carton test should check if a given browser is available before attempting to launch it, and display an appropriate error message if a given browser is absent.
The text was updated successfully, but these errors were encountered:
In addition to
defaultBrowser
we should addchrome
,safari
,firefox
, andedge
as possible arguments passed tocarton test --environment
. This would allow testing with an arbitrary browser, not just default browser.carton test
should check if a given browser is available before attempting to launch it, and display an appropriate error message if a given browser is absent.The text was updated successfully, but these errors were encountered: