File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ uploadApkToLambdaTest {
58
58
59
59
The following capabilities are supported:
60
60
61
- - ` app ` : Enter the app id generated while uploading the app. Example:lt://APP123456789123456789
62
- - ` testSuite ` : Enter the test suite id generated while uploading the test suite. Example: lt://APP123456789123456789
61
+ - ` appId ` : Enter the app id generated while uploading the app. Example:lt://APP123456789123456789
62
+ - ` testSuiteId ` : Enter the test suite id generated while uploading the test suite. Example: lt://APP123456789123456789
63
63
- ` device ` : Enter the name and os version of the device in “DeviceName-OSVersion” format. Example: Pixel 3 XL-9 or Galaxy S21 Ultra 5G-11.
64
64
- ` video ` : Generate video for all the tests that have run. Example: true.
65
65
- ` queueTimeout ` : Enter the time in seconds after which you want your build to timeout from queue. Example: 300.
@@ -69,6 +69,10 @@ The following capabilities are supported:
69
69
- ` geoLocation ` : Set the geolocation country code if you want to enable the same in your test. Example - FR.
70
70
- ` tunnel ` , ` tunnelName ` : Set tunnel as true and provide the tunnelName such as NewTunnel as needed if you are running a tunnel.
71
71
72
+ - ` appFilePath ` : Path of your app file (this will be uploaded to LambdaTest)
73
+
74
+ - ` testSuiteFilePath ` : Path of your test suite apk file (this will be uploaded to LambdaTest)
75
+
72
76
## Execution:
73
77
#### To run the test with the plugin added in the project's ` build.gradle ` :
74
78
```
You can’t perform that action at this time.
0 commit comments