Skip to content

Commit 2e77da4

Browse files
Ishavyas9surishubham
authored andcommitted
Merge pull request #1235 from amanchopra1905/stage
automation updates
1 parent a37d87d commit 2e77da4

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

docs/lambda-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ Below is the representation of the available Lambda Hooks along with the functio
6969
| *lambda_unbound_ping* | Fetches the IPs from the outbound domain.<br/>`driver.executeScript("lambda-unbound-ping=lambdatest.com");`
7070
| *lambda:network* | Fetches the network log entries in array format during session.<br/><br/>`driver.execute_script("lambda:network");`- Fetch the network log from last fetch request time to current time.<br/><br/>`driver.execute_script("lambda:network=all");`- Fetch from start of test session to current time.
7171
| *lambdaUpdateName* | Sets the test name during test execution.<br/><br/>`driver.executeScript("lambdaUpdateName=TestName");` |
72-
| *lambda-test-tags* | Dynamically update your test tags for a test session which can be used to organize and filter your test results. <br /> **Syntax :** `driver.executeScript("lambda-test-tags=Tag 1,Tag 3Jan,Tag 2");` <br /> <br /> **Limitations :** <br /> **1. Maximum Character Length per Tag:** Each tag can have up to 50 characters. <br /> **2. Maximum Number of Tags:** A maximum of 15 tags can be assigned to a single test session. |
72+
| *lambda-test-tags* | Dynamically update your test tags for a test session which can be used to organize and filter your test results. <br /> **Syntax :** `driver.executeScript("lambda-test-tags", "Tag 1,Tag 3,Tag 2");` <br /> <br /> **Limitations :** <br /> **1. Maximum Character Length per Tag:** Each tag can have up to 50 characters. <br /> **2. Maximum Number of Tags:** A maximum of 15 tags can be assigned to a single test session. |
7373

7474
> **Note**: These hooks will only work if you're connected to your [LambdaTest Hub URL](/support/docs/hyperexecute-general-faqs/#17-how-can-i-access-my-lambdatest-hub-url). If you use these hooks on any other platform, you might see the error: `javascript error: Invalid left-hand side in assignment`

docs/supported-appium-versions-on-emulator-simulator.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,17 @@ The following table lists the Android versions supported for app testing, along
5858

5959
| Android Versions | Supported Appium Versions (Android) |
6060
|------------------|-------------------------------------|
61-
| 7 | ['2.2.1', '2.3.0'] |
62-
| 8 | ['2.2.1', '2.3.0'] |
63-
| 9 | ['2.2.1', '2.3.0'] |
64-
| 10 | ['2.2.1', '2.3.0'] |
65-
| 11 | ['2.2.1', '2.3.0'] |
66-
| 12 | ['2.2.1', '2.3.0'] |
67-
| 13 | ['2.2.1', '2.3.0'] |
68-
| 14 | ['2.2.1', '2.3.0'] |
69-
| 15 | ['2.2.1', '2.3.0'] |
61+
| 11 | ['1.21.0', '1.22.3', '2.2.1', '2.3.0'] |
62+
| 12 | ['1.21.0', '1.22.3', '2.2.1', '2.3.0'] |
63+
| 13 | ['1.21.0', '1.22.3', '2.2.1', '2.3.0'] |
64+
| 14 | ['1.21.0', '1.22.3', '2.2.1', '2.3.0'] |
65+
| 15 | ['1.21.0', '1.22.3', '2.2.1', '2.3.0'] |
7066

7167
### 1.2 Supported iOS Versions for App Testing
7268
The following table lists the iOS versions supported for app testing, along with the corresponding Appium versions.
7369

7470
| iOS Versions | Supported Appium Versions (iOS) |
7571
|--------------|---------------------------------|
76-
| 12 | ['2.2.1', '2.3.0'] |
77-
| 13 | ['2.2.1', '2.3.0'] |
7872
| 14 | ['2.2.1', '2.3.0'] |
7973
| 15 | ['2.2.1', '2.3.0'] |
8074
| 16 | ['2.2.1', '2.3.0'] |

0 commit comments

Comments
 (0)