Revive the docker image used to take cypress snapshots #3197
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should make it possible to generate and update snapshots without relying
on CI in some way (either by deleting snapshots to have CI regenerate them or
having CI generate diffs to be processed by the cropping script)
After this PR goes in, I'll spend some time reworking our wiki pages to include
instructions on how to use this image as well as an overview of all of the
available options for updating snapshots.
Unfortunately, this isn't a perfect cure for our snapshot woes for a few
reasons.
takes to install Python dependencies. As far as I can tell, this is
naturally quite slow, and there's not much we can do about it.
tests to work, but this is just a minor annoyance for now as those
don't change much. This does mean that you can't run all e2e tests
easily since they'll fail midway through due to these tests blowing
up, but doing this takes so long that it seems unlikely that it'll be
done often anyway.
Closes #2682