Skip to content

Commit a8e61ff

Browse files
Rachit TiwariRachit Tiwari
Rachit Tiwari
authored and
Rachit Tiwari
committed
Added params and corrected old ones
1 parent 085c405 commit a8e61ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ uploadApkToLambdaTest {
5858

5959
The following capabilities are supported:
6060

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
6363
- `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.
6464
- `video`: Generate video for all the tests that have run. Example: true.
6565
- `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:
6969
- `geoLocation`: Set the geolocation country code if you want to enable the same in your test. Example - FR.
7070
- `tunnel`, `tunnelName`: Set tunnel as true and provide the tunnelName such as NewTunnel as needed if you are running a tunnel.
7171

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+
7276
## Execution:
7377
#### To run the test with the plugin added in the project's `build.gradle`:
7478
```

0 commit comments

Comments
 (0)