ios-snapshot-test-case
ios-snapshot-test-case copied to clipboard
[Question] Does anyone have a script for running all the snapshot tests for all devices?
I was wondering if anyone has a script that would go through all the test files, set recordMode = true
, run the tests, and set recordMode = false
again.
Ideally this script would run a couple times for multiple simulators.
recordMode = ProcessInfo.processInfo.environment["RECORD_MODE"] == "true"