Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save failed snapshot if it differs from reference image #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

parski
Copy link
Owner

@parski parski commented Jan 29, 2020

Proposed solution:

Save the failed snapshot in the same directory as the reference image and with the same filename but with _failed appended.

I also considered putting all failed snapshots in a separate directory structure allowing for a simpler .gitignore but I thought this approach might be better because it's less complex and we shouldn't be ignoring the failed snapshots (along with their failing tests) anyhow. Opinions are of course welcome.

Prepares for #9 and solves #46.

@parski parski force-pushed the feature/failed-snapshot-image branch from 2c745b5 to a9429f4 Compare January 29, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant