ios-snapshot-test-case icon indicating copy to clipboard operation
ios-snapshot-test-case copied to clipboard

[Question] Does anyone have a script for running all the snapshot tests for all devices?

Open astr0-4 opened this issue 4 years ago • 1 comments

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.

astr0-4 avatar Feb 09 '21 01:02 astr0-4

recordMode = ProcessInfo.processInfo.environment["RECORD_MODE"] == "true"

frank-okx avatar May 10 '23 17:05 frank-okx