Orange-OpenSource / ods-ios

A SwiftUI components library with code examples for Orange Design System
https://orange-opensource.github.io/ods-ios/
MIT License
25 stars 6 forks source link

[Study] [UDS] UI tests by screenshots comparisons for regressions checks #814

Open pylapp opened 2 months ago

pylapp commented 2 months ago

Description

Make UI tests suing screenshots to look for regressions. For example, define pages of components,n implement a preview with mock data and use screenshots to check wether or not the page has been changed (padding, typo, etc).

swift-snapshot-testing is a good technical solution for our needs.