From 166bfa6058dc06b68a922856e144ca228a077730 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Thu, 12 Jun 2025 11:58:08 +0530 Subject: [PATCH] update the accessibility --- docs/accessibility-android-automation-test.md | 2 +- docs/testng-on-hyperexecute-grid.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/accessibility-android-automation-test.md b/docs/accessibility-android-automation-test.md index 924a5d585..bc6888d3c 100644 --- a/docs/accessibility-android-automation-test.md +++ b/docs/accessibility-android-automation-test.md @@ -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. diff --git a/docs/testng-on-hyperexecute-grid.md b/docs/testng-on-hyperexecute-grid.md index 06abd7cfb..fb54b4395 100644 --- a/docs/testng-on-hyperexecute-grid.md +++ b/docs/testng-on-hyperexecute-grid.md @@ -76,7 +76,7 @@ From the project root directory, execute the below CLI command in your terminal:
- {`./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`}
@@ -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 | | ---------| ---------------- |