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-0075] Adding snapshot tests #102

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

repfly
Copy link
Collaborator

@repfly repfly commented Aug 2, 2023

Description

This pull request adds snapshot tests to our project for enhanced test coverage. Snapshot testing captures visual representations of UI components, allowing us to detect unintended visual changes caused by code modifications. The snapshots serve as baselines, helping us identify regressions and ensure consistent rendering across devices. This proactive approach improves UI quality and promotes a more robust testing strategy for our application.

Related issue

Related to: #79

Explanation of changes

Added a SPM package named Preview Snapshots for testing.
Added initial tests.

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

@repfly repfly requested a review from bahaadesso August 2, 2023 12:33
@repfly repfly self-assigned this Aug 2, 2023
@repfly repfly added the enhancement New feature or request label Aug 2, 2023
@repfly repfly linked an issue Aug 2, 2023 that may be closed by this pull request
# Conflicts:
#	SampleAppSwiftUI/Scenes/Home/Coin/CoinListView.swift
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 this pull request may close these issues.

[SASU-0079] - Adding Snapshot Testing to Sample App
1 participant