https://cypress.io logo
Cypress - auto open devtools focused on console ta...
# i-need-help
e
I would like Cypress to open Chrome devtools with the Console tab selected when executing my test suites. I have seen the approach to set the
--auto-open-devtools-for-tabs
flag as described [here][1] to launch devtools via cypress config, but it selects the Elements tab by default. Are there any other args that can be supplied to get the Console tab selected instead? [1]: https://docs.cypress.io/api/plugins/browser-launch-api#Open-devtools-by-default
4 Views