Skip to content

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