@radhya/mach 2.0.38 → 2.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +154 -154
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ Useful options:
|
|
|
78
78
|
| --------------------------- | ------------------------------------------------------------- |
|
|
79
79
|
| `--maestro` | Queue tests automatically after a successful `mach build` |
|
|
80
80
|
| `--maestro-flows <path>` | Flow file or directory, defaults to `.maestro` |
|
|
81
|
-
| `--maestro-device <name>` |
|
|
81
|
+
| `--maestro-device <name>` | iOS simulator model or identifier; iOS defaults to iPhone 17 Pro. Managed Android currently uses Pixel 6 |
|
|
82
82
|
| `--maestro-retries <n>` | Retry count for failed runs, from 0 to 10 |
|
|
83
83
|
| `--maestro-record` | Enable recording when supported by the runner |
|
|
84
84
|
| `--maestro-use-build-source` | Use flows from the build source snapshot instead of local upload |
|