README.md in snapshot-1.3.0 vs README.md in snapshot-1.4.0

- old
+ new

@@ -192,14 +192,24 @@ ```sh snapshot --scheme "UITests" --configuration "Release" --sdk "iphonesimulator" ``` +Reinstall the app before running `snapshot` + +```sh +snapshot --reinstall_app --app_identifier "tools.fastlane.app" +``` + For a list for all available options run ```sh snapshot --help ``` + +After running `snapshot` you will get a nice summary: + +<img src="assets/testSummary.png" width="500"> ## Snapfile All of the available options can also be stored in a configuration file called the `Snapfile`. Since most values will not change often for your project, it is recommended to store them there: