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

[SASU-0079] - Adding Snapshot Testing to Sample App #79

Open
bahaadesso opened this issue Jun 23, 2023 · 0 comments · May be fixed by #102
Open

[SASU-0079] - Adding Snapshot Testing to Sample App #79

bahaadesso opened this issue Jun 23, 2023 · 0 comments · May be fixed by #102
Assignees
Labels
enhancement New feature or request

Comments

@bahaadesso
Copy link
Collaborator

Describe the solution you'd like
Snapshot testing involves taking a screenshot of your user interface and storing it as a reference image. Then, doing tests to take screenshots of the same UI and comparing the layout to the reference images pixel by pixel.

Additional context
Framework to use and additional information: (https://github.com/pointfreeco/swift-snapshot-testing)

Example implementation can be found here: adessoTurkey/ios-boilerplate#63

@bahaadesso bahaadesso changed the title [SASU-XXXX] - Adding Snapshot Testing to Sample App [SASU-0075] - Adding Snapshot Testing to Sample App Jun 23, 2023
@bahaadesso bahaadesso added the enhancement New feature or request label Jul 5, 2023
@barisgorgun barisgorgun self-assigned this Jul 5, 2023
@barisgorgun barisgorgun assigned repfly and unassigned barisgorgun Jul 18, 2023
@repfly repfly linked a pull request Aug 2, 2023 that will close this issue
2 tasks
@repfly repfly linked a pull request Aug 2, 2023 that will close this issue
2 tasks
@egesucu egesucu changed the title [SASU-0075] - Adding Snapshot Testing to Sample App [SASU-0079] - Adding Snapshot Testing to Sample App Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants