Skip to content

Commit c72ef88

Browse files
authored
Merge pull request LambdaTest#1704 from amanchopra1905/stage
update the accessibility
2 parents 2cb46c7 + 166bfa6 commit c72ef88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/accessibility-android-automation-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ driver.execute_script("lambda-accessibility-scan")
192192
driver.quit()
193193
```
194194

195-
> For iOS accessibility tests make sure you to add this capability `g `
195+
> For iOS accessibility tests make sure you to add this capability `"iosLiveInteraction": True`
196196
197197
## Step 4: Execute and Monitor your Tests
198198
Run the following command in the directory where your project has been saved to execute your build.

docs/testng-on-hyperexecute-grid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ From the project root directory, execute the below CLI command in your terminal:
7676

7777
<div className="lambdatest__codeblock">
7878
<CodeBlock className="language-bash">
79-
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config RELATIVE_PATH_OF_YOUR_YAML_FILE `}
79+
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config hyperexecute.yaml`}
8080
</CodeBlock>
8181
</div>
8282

@@ -95,7 +95,7 @@ From the project root directory, execute the below CLI command in your terminal:
9595
## Configure your own Project
9696

9797
### Step 1: Download the CLI in your Project
98-
Download the HyperExecute CLI and copy it into the root folder of the downloaded sample repository.
98+
Download the HyperExecute CLI and copy it into the root folder .
9999

100100
| Platform | HyperExecute CLI |
101101
| ---------| ---------------- |

0 commit comments

Comments
 (0)