From f5a5171ab45af68a06d1bc6fa05ab05f4c9bec8c Mon Sep 17 00:00:00 2001 From: salmank Date: Sun, 17 May 2026 13:06:59 +0530 Subject: [PATCH] fix: Remove extra links and fix H1 title in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71aa1bd..9d3807e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Run API Tests with HyperExecute on TestMu AI (Formerly LambdaTest) +# Run API Tests with HyperExecute on TestMu AI (Formerly LambdaTest)

Made by TestMu AI @@ -20,9 +20,9 @@ With TestMu AI (Formerly LambdaTest), you can run API tests using HyperExecute a To run API tests on HyperExecute from your local system, you need: - Java (JDK 8 or above) and Maven installed on your system. -- Your TestMu AI (Formerly LambdaTest) [Username and Access Key](https://www.testmuai.com/support/docs/hyperexecute-how-to-get-my-username-and-access-key/). -- The [HyperExecute CLI](https://www.testmuai.com/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) to initiate a test execution job. -- [Environment variables](https://www.testmuai.com/support/docs/hyperexecute-environment-variable-setup/) configured for your credentials. +- Your TestMu AI (Formerly LambdaTest) Username and Access Key. +- The HyperExecute CLI to initiate a test execution job. +- Environment variables configured for your credentials. ### Setup @@ -55,7 +55,7 @@ Run your API tests on HyperExecute using the CLI: > **NOTE:** On macOS, if you see a permission denied warning, run `chmod u+x ./hyperexecute`. -View results in the [TestMu AI HyperExecute Dashboard](https://hyperexecute.lambdatest.com/). +View results in the TestMu AI HyperExecute Dashboard. ### Local testing with TestMu AI Tunnel