Orange-OpenSource / ouds-ios

A SwiftUI components library with code examples for Orange Unified Design System
https://ios.unified-design-system.orange.com/
MIT License
5 stars 1 forks source link

Implement UI regression tests for iOS #78

Open pylapp opened 3 weeks ago

pylapp commented 3 weeks ago

Description

As an iOS developer, I want to implement UI regression tests to check the impact of changes to the unit values of new tokens on components.

Details

When modifying the unit values of tokens in our design system, it's possible that some UI components could be unexpectedly affected. To ensure the visual and functional stability of our application, we need to implement UI regression tests. These tests will help verify that key components are not altered by these changes and that the appearance and behavior of UI elements remain consistent with expectations.

Acceptance Criteria:

Notes

SnapshotTesting can be an interesting testing solution.


ℹ️ This GitHub issue echoes our internal Jira issue OUDS-225.