TestDumper/README.md in xcknife-0.10.0 vs TestDumper/README.md in xcknife-0.11.0
- old
+ new
@@ -1,8 +1,8 @@
# TestDumper - EXPERIMENTAL
-Utility that replaces xctool for enumerating tests. It requires the `build-for-testing` feature Xcode8 introduced on xcodebuild. In particular, it leverages the xctestrun file (see `man xcodebuild.xctestrun`).
+Utility that replaces xctool for enumerating tests. It requires the `build-for-testing` feature Xcode 8 introduced on xcodebuild. In particular, it leverages the xctestrun file (see `man xcodebuild.xctestrun`).
## Building.
Run
@@ -15,9 +15,10 @@
```
$ xcknife-test-dumper --help
Usage: xcknife-test-dumper [options] derived_data_folder output_file [device_id]
-d, --debug Debug mode enabled
-r, --retry-count COUNT Max retry count for simulator output
+ -x, --simctl-timeout SECONDS Max allowed time in seconds for simctl commands
-t OUTPUT_FOLDER, Sets temporary Output folder
--temporary-output
-s, --scheme XCSCHEME_FILE Reads environments variables from the xcscheme file
-h, --help Show this message
```
\ No newline at end of file