Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/accessibility-android-automation-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ driver.execute_script("lambda-accessibility-scan")
driver.quit()
```

> For iOS accessibility tests make sure you to add this capability `g `
> For iOS accessibility tests make sure you to add this capability `"iosLiveInteraction": True`

## Step 4: Execute and Monitor your Tests
Run the following command in the directory where your project has been saved to execute your build.
Expand Down
4 changes: 2 additions & 2 deletions docs/testng-on-hyperexecute-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ From the project root directory, execute the below CLI command in your terminal:

<div className="lambdatest__codeblock">
<CodeBlock className="language-bash">
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config RELATIVE_PATH_OF_YOUR_YAML_FILE `}
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config hyperexecute.yaml`}
</CodeBlock>
</div>

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

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

| Platform | HyperExecute CLI |
| ---------| ---------------- |
Expand Down
Loading