Welcome message displayed every time I start Docker container #27987
-
I've seen discussion 1 and discussion 2, and I haven't found a solution in the docs. I run Is there a way to bypass that screen, or does Cypress remember that this screen was viewed and I just need to persist that data via a Docker mount or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's an attribute we keep track of in the AppData called majorVersionWelcomeDismissed, with an object where 13 would track when it was dismissed. I'd check your local AppData for a global state.json file that contains this info and maybe copy that to the docker container. Haven't tried this though. Open Cypress via cypress open |
Beta Was this translation helpful? Give feedback.
After digging around other posts, some trial and error, I ended up with this:
Ideally this should be configurable via an environment variable. It's not great that a User has to build a custom image just to disable this.