File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import TabItem from '@theme/TabItem';
3
3
4
4
# Quick start
5
5
6
+
6
7
### Install
7
8
The installation can be performed using [ Homebrew] ( https://brew.sh/ ) . Here’s how to add the MarathonLabs repository:
8
9
``` shell
@@ -64,13 +65,15 @@ Now you can start running your tests. Use the following command to execute the C
64
65
<TabItem value =" iOS " label =" iOS " >
65
66
66
67
``` shell
67
- marathon-cloud run ios --api_key generated_api_key --application sample.zip --test-application sampleUITests-Runner.zip
68
+ export MARATHON_CLOUD_API_KEY=generated_api_key
69
+ marathon-cloud run ios --application sample.zip --test-application sampleUITests-Runner.zip
68
70
```
69
71
</TabItem >
70
72
<TabItem value =" Android " label =" Android " >
71
73
72
74
``` shell
73
- marathon-cloud run android --api_key generated_api_key --application app.apk --test-application appTest.apk
75
+ export MARATHON_CLOUD_API_KEY=generated_api_key
76
+ marathon-cloud run android --application app.apk --test-application appTest.apk
74
77
```
75
78
</TabItem >
76
79
</Tabs >
You can’t perform that action at this time.
0 commit comments