README.md in snapshot-1.6.0 vs README.md in snapshot-1.7.0

- old
+ new

@@ -199,9 +199,15 @@ ```sh snapshot --reinstall_app --app_identifier "tools.fastlane.app" ``` +By default `snapshot` automatically retries running UI Tests if they fail. This is due to randomly failing UI Tests (e.g. [#372](https://github.com/fastlane/snapshot/issues/372)). You can adapt this number using + +```sh +snapshot --number_of_retries 3 +``` + For a list for all available options run ```sh snapshot --help ```