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
Hi, I'm wondering is there any way to configure the debug mode when running tests in watch mode so that the browser does not launch automatically but instead prints the url to the console for users to manually open the browser?
The text was updated successfully, but these errors were encountered:
You can use --manual flag to run in the manual mode, this will print the URL in the console.
However, note that browser commands like sendKeys() are not available in this mode.
Hi, I'm wondering is there any way to configure the debug mode when running tests in watch mode so that the browser does not launch automatically but instead prints the url to the console for users to manually open the browser?
The text was updated successfully, but these errors were encountered: