web icon indicating copy to clipboard operation
web copied to clipboard

Running web-test-runner in watch mode

Open Michelle2356 opened this issue 1 year ago • 2 comments

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?

Michelle2356 avatar Oct 08 '24 10:10 Michelle2356

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.

web-padawan avatar Oct 08 '24 17:10 web-padawan

@Michelle2356 hey, does this solve your use-case? if yes, please close the issue

bashmish avatar Oct 10 '24 10:10 bashmish