Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running web-test-runner in watch mode #2820

Open
Michelle2356 opened this issue Oct 8, 2024 · 2 comments
Open

Running web-test-runner in watch mode #2820

Michelle2356 opened this issue Oct 8, 2024 · 2 comments

Comments

@Michelle2356
Copy link

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
Copy link
Contributor

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants