comparison fastlane/Snapfile @ 139:a4aeca1ad34a

Fix random test crashes with Fastlane
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Mon, 16 Aug 2021 20:59:21 +0100
parents 81ea5f034437
children 0acbf33c73bf
comparison
equal deleted inserted replaced
138:081f0857af51 139:a4aeca1ad34a
20 20
21 # The name of the scheme which contains the UI Tests. 21 # The name of the scheme which contains the UI Tests.
22 scheme("Screenshots") 22 scheme("Screenshots")
23 23
24 # Enabling this option will automatically uninstall the application before running it. 24 # Enabling this option will automatically uninstall the application before running it.
25 # reinstall_app(true) 25 reinstall_app(true)
26 26
27 # Should the project be cleaned before building it? 27 # Should the project be cleaned before building it?
28 clean(true) 28 clean(true)
29 29
30 # Enabling this option will configure the Simulator's system language. 30 # Enabling this option will configure the Simulator's system language.