Hey, both to be honest. I would like to programati...
# help
h
Hey, both to be honest. I would like to programatically set the whole Cypress Test Runner app window size. About preserving manually set size - i assume it's about the embedded browser not setting a profile, because i.e. devtools settings are also gone after each browser re-launch. Also, i am using
cypress run --headed
, not
cypress open
command.
w
I don't see any way to configure those values. Browser size is maintained in
open
mode. You could make an issue for this. Especially if you can explain the value it would have for you.
h
Ok, i'll experiment with
cypress open
and check if it behaves better in this context. Thanks for your time. 🙂
3 Views