You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are experiencing intermittent failures with snapshot tests due to minor rendering inconsistencies. The tests pass most of the time, but roughly 10% of the time, they fail due to slight visual differences, such as thin red lines or minor artifacts around elements in the snapshot. This issue only occurs in our CI pipeline on Bitrise and not on local runs
To Reproduce
Run the snapshot tests on Bitrise in our CI pipeline.
Observe that the tests occasionally fail due to minor visual discrepancies (around 1 in 10 runs).
When tests fail, the snapshot comparison shows thin red lines or subtle changes in layout that are not significant to the functionality but are flagged as differences. Update I faced it locally too.
Expected behavior
Snapshot tests should pass consistently as the rendered component visually remains the same.
Screenshots
Environment
swift-snapshot-testing version [1.16.1]
Xcode [15.4]
Swift [5]
OS: [iOS 17.5]
The text was updated successfully, but these errors were encountered:
Describe the bug
We are experiencing intermittent failures with snapshot tests due to minor rendering inconsistencies. The tests pass most of the time, but roughly 10% of the time, they fail due to slight visual differences, such as thin red lines or minor artifacts around elements in the snapshot. This issue only occurs in our CI pipeline on Bitrise and not on local runs
To Reproduce
Run the snapshot tests on Bitrise in our CI pipeline.
Observe that the tests occasionally fail due to minor visual discrepancies (around 1 in 10 runs).
When tests fail, the snapshot comparison shows thin red lines or subtle changes in layout that are not significant to the functionality but are flagged as differences.
Update I faced it locally too.
Expected behavior
Snapshot tests should pass consistently as the rendered component visually remains the same.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: