adessoTurkey / ios-sample-app-swiftui

5 stars 0 forks source link

[SASU-0075] Adding snapshot tests #102

Open repfly opened 1 year ago

repfly commented 1 year ago

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.