web
web copied to clipboard
Running web-test-runner in watch 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?
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.
@Michelle2356 hey, does this solve your use-case? if yes, please close the issue