Skip to content
Discussion options

You must be logged in to vote

After digging around other posts, some trial and error, I ended up with this:

// [state.json]

{
  "majorVersionWelcomeDismissed": {
    "13": 1696614696387
  }
}
# [Dockerfile]

# Added at bottom of e2e specific Dockerfile to ensure quick builds in case any other state changes are required in the future.
COPY --chown=node:node ./state.json /home/node/.config/Cypress/cy/production/projects/__global__/

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@the0neWhoKnocks
Comment options

@the0neWhoKnocks
Comment options

@the0neWhoKnocks
Comment options

Answer selected by the0neWhoKnocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants