programmatically configure the width of the Command Log #29402
guillaumecle
started this conversation in
General
Replies: 1 comment 1 reply
-
I could use this trick but it's hacky and shift the whole content
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm already able to configure the viewport and the window size (leveraging this https://www.cypress.io/blog/2021/03/01/generate-high-resolution-videos-and-screenshots) but the Command Log (also known as reporter) is always using the default width of 450 (from
runner-constants.ts
).Is it possible to programmatically it? I know that I can manually drag it but I want to do it automatically for CI.
Beta Was this translation helpful? Give feedback.
All reactions