You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test application filepath, example: /home/user/workspace/testSample.apk
39
+
--os-version <OS_VERSION>
40
+
OS version [10, 11, 12, 13]
41
+
--system-image <SYSTEM_IMAGE>
42
+
Runtime system image [possible values: default, google-apis]
43
+
-v, --verbose...
44
+
More output per occurrence
45
+
-o, --output <OUTPUT>
46
+
Output folder fortest run results
47
+
-q, --quiet...
48
+
Less output per occurrence
49
+
--isolated <ISOLATED>
50
+
Run each testin isolation, i.e. isolated batching. [possible values: true, false]
51
+
--filter-file <FILTER_FILE>
52
+
Test filters supplied as a YAML file following the schema at https://docs.marathonlabs.io/runner/configuration/filtering/#filtering-logic. For iOS see also https://docs.marathonlabs.io/runner/next/ios#test-plans
53
+
--wait
54
+
Wait fortest run to finish if true, exits after triggering a run iffalse
55
+
--name <NAME>
56
+
name for run, for example it could be description of commit
57
+
--link <LINK>
58
+
link to commit
59
+
--api-key <API_KEY>
60
+
Marathon Cloud API key [env: MARATHON_CLOUD_API_KEY=]
61
+
--base-url <BASE_URL>
62
+
Base url for Marathon Cloud API [default: https://cloud.marathonlabs.io/api/v1]
test application filepath, example: /home/user/workspace/sampleUITests-Runner.zip
77
+
-o, --output <OUTPUT>
78
+
Output folder fortest run results
79
+
--isolated <ISOLATED>
80
+
Run each testin isolation, i.e. isolated batching. [possible values: true, false]
81
+
-v, --verbose...
82
+
More output per occurrence
83
+
--filter-file <FILTER_FILE>
84
+
Test filters supplied as a YAML file following the schema at https://docs.marathonlabs.io/runner/configuration/filtering/#filtering-logic. For iOS see also https://docs.marathonlabs.io/runner/next/ios#test-plans
85
+
-q, --quiet...
86
+
Less output per occurrence
87
+
--wait
88
+
Wait fortest run to finish if true, exits after triggering a run iffalse
89
+
--name <NAME>
90
+
name for run, for example it could be description of commit
91
+
--link <LINK>
92
+
link to commit
93
+
--api-key <API_KEY>
94
+
Marathon Cloud API key [env: MARATHON_CLOUD_API_KEY=]
95
+
--base-url <BASE_URL>
96
+
Base url for Marathon Cloud API [default: https://cloud.marathonlabs.io/api/v1]
Note the relative paths of applications, as they will be required for running the tests. In the context of our example and `debug` build, these files can be located at the following paths:
0 commit comments