Open
Description
I was wondering if anyone else runs their snapshot tests on CircleCI and if so, you've had problems getting them working.
We have some snapshot tests for our iOS views that pass locally but not on CircleCI. We are using the same Xcode version and specifying the same OS and simulator version that we used to generate the tests.
For each view we take two snapshots:
assertSnapshot(matching: ui, as: .deviceImage(on: .iPhoneX))
assertSnapshot(matching: ui, as: .deviceImage(on: .iPhoneSe))
Unfortunately there doesn't seem to be an easy way to get access to the generated screenshots on Circle CI (I'm still looking into this) and worst-case scenario I can skip these tests on CI, but I'd prefer not to.
Metadata
Metadata
Assignees
Labels
No labels