modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.23k stars 297 forks source link

Running web-test-runner in watch mode #2820

Open Michelle2356 opened 1 month ago

Michelle2356 commented 1 month ago

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?

web-padawan commented 1 month ago

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.

bashmish commented 1 month ago

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