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
4 changes: 2 additions & 2 deletions docs/analytics-modules-manual-test-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- test browser
- test OS
- test device coverage
url: https://www.lambdatest.com/support/docs/analytics-modules-resource-utilization/
url: https://www.lambdatest.com/support/docs/analytics-modules-manual-test-overview/
site_name: LambdaTest
slug: analytics-modules-manual-test-overview/
---
Expand All @@ -35,7 +35,7 @@ slug: analytics-modules-manual-test-overview/
"@type": "ListItem",
"position": 3,
"name": "Test Overview",
"item": "https://www.lambdatest.com/support/docs/analytics-modules-resource-utilization/"
"item": "https://www.lambdatest.com/support/docs/analytics-modules-manual-test-overview/"
}]
})
}}
Expand Down
2 changes: 1 addition & 1 deletion docs/bamboo-integration-with-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cd ROOT_FOLDER
./bin/start-bamboo.sh
```

- Now type **http://localhost:8085/** in your browser to open the Bamboo GUI.
- Now type ``http://localhost:8085/`` in your browser to open the Bamboo GUI.

> **NOTE:** If you are running Bamboo for the very first time, then you need to configure the Setup Wizard as well. Follow the instructions [here](https://confluence.atlassian.com/bamboo/running-the-setup-wizard-289276851.html) to configure it.

Expand Down
2 changes: 1 addition & 1 deletion docs/concource-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ npm install npm@latest -g

---

4. Install Concourse and start a Concourse server at port 8080 i.e. *http://127.0.0.1:8080*.
4. Install Concourse and start a Concourse server at port 8080 i.e. ``http://127.0.0.1:8080``.

5. Install fly CLI tool for Concourse CI/CD. We recommend using the latest fly version, you can check the fly version using:

Expand Down
2 changes: 1 addition & 1 deletion docs/gocd-integration-with-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Download or Clone the code sample from the LambdaTest GitHub repository to run t
```bash
./bin/go-agent start
```
- Now type **http://localhost:8153/go** in your browser to open the GoCD GUI.
- Now type ``http://localhost:8153/`` go in your browser to open the GoCD GUI.

- Click on the New Pipeline Button.

Expand Down
6 changes: 3 additions & 3 deletions docs/hyperexecute-qtest-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This document details the seamless integration between HyperExecute and qTest, e

## Prerequisites

- You must have [Python 3.6](https://www.python.org/downloads/), [Apache Maven](https://maven.apache.org), and [Git](https://git-scm.com/download/) installed on your local machine.
- You must have [Python 3.6](https://www.python.org/downloads/), [Apache Maven](https://maven.apache.org), and [Git](https://git-scm.com/downloads) installed on your local machine.
- [Download](https://support-hub.tricentis.com/open?sys_kb_id=194a54eedb4f5c181ea7bb13f3961950&id=kb_article_view&number=KB0015571) and extract the **agentctl-[version]-mac-x64-full.tgz** file to a desired installation directory.
- Login to qTest Manager as an administrator and access the Resources page.
- Expand the **APIs and SDK** sections.
Expand All @@ -65,7 +65,7 @@ This document details the seamless integration between HyperExecute and qTest, e
./agentctl start
```

- Visit [http://localhost:6789](http://localhost:6789), add your details and click on the **Register** button.
- Visit ``http://localhost:6789``, add your details and click on the **Register** button.

- **Host Name :** You have to enter any name that will be assigned as the host name.
- **qTest URL :** Enter the URL of your qTest Manager page. For e.g. `https://aman.qtestnet.com`
Expand Down Expand Up @@ -138,7 +138,7 @@ You can download the CLI for your desired platform from the below mentioned link

## Step 3: Setup the Automation

- Navigate to your [Automation Host](http://localhost:6789/home) and click on the **Add** button to add a new agent.
- Navigate to your Automation Host ``http://localhost:6789/home`` and click on the **Add** button to add a new agent.

<img loading="lazy" src={require('../assets/images/hyperexecute/integration/products/qtest/1.png').default} alt="provide access to LambdaTest account" width="1280" height="684" className="doc_img"/>

Expand Down
2 changes: 1 addition & 1 deletion docs/local-testing-for-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In a few seconds, after you execute the command, an SSH connection will be estab

<img loading="lazy" src={require('../assets/images/local-testing-for-windows/start-localhost-testing-using-lambda-tunnel.webp').default} alt="Image" className="doc_img"/>

> **IMPORTANT NOTE**: Some browsers doesn’t support automatic resolution of the URL string "localhost". Therefore if you test on URLs like "http://localhost/" or "`http://localhost:8080`" etc, you would get an error in these browsers. A possible solution is to use "localhost.lambdatest.com" or replace the string "localhost" with machine IP address. For example if you wanted to test "http://localhost/dashboard" or, and your machine IP is 192.168.2.6 you can instead test on "`http://192.168.2.6/dashboard`".
> **IMPORTANT NOTE**: Some browsers doesn’t support automatic resolution of the URL string "localhost". Therefore if you test on URLs like `http://localhost/` or "`http://localhost:8080`" etc, you would get an error in these browsers. A possible solution is to use "localhost.lambdatest.com" or replace the string "localhost" with machine IP address. For example if you wanted to test `http://localhost/dashboard` or, and your machine IP is 192.168.2.6 you can instead test on "`http://192.168.2.6/dashboard`".

## Testing Local Folder Files Using LambdaTest Tunnel
* * *
Expand Down
2 changes: 1 addition & 1 deletion docs/running-your-first-cypress-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Also in `run-settings` section you need to specify the path of your `spec.js` fi
```

:::info Note
In this demo, all occurrences of **http://localhost:8080** have been replaced with [https://example.cypress.io](https://example.cypress.io) to prevent running the Cypress tests locally. Alternatively, if you want to run your tests locally, refer to the [**Run locally**](https://www.lambdatest.com/support/docs/running-your-first-cypress-test/#running-your-cypress-tests-locally-on-lambdatest-platform) section below.
In this demo, all occurrences of ``http://localhost:8080`` have been replaced with [https://example.cypress.io](https://example.cypress.io) to prevent running the Cypress tests locally. Alternatively, if you want to run your tests locally, refer to the [**Run locally**](https://www.lambdatest.com/support/docs/running-your-first-cypress-test/#running-your-cypress-tests-locally-on-lambdatest-platform) section below.
:::

**Step-3:** Execute your tests using the following command in the terminal:
Expand Down
2 changes: 1 addition & 1 deletion docs/teamcity-with-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To integrate TeamCity with HyperExecute, follow the below mentioned steps:
### Step 1: Start the TeamCity GUI

- Go to the **teamcity/bin** folder and run the command **./runAll.sh start** to start the TeamCity Server in your system.
- Now type **http://localhost:8111/** in your browser to open the TeamCity GUI.
- Now type ``http://localhost:8111/`` in your browser to open the TeamCity GUI.
- Click on Create Project button.

<img loading="lazy" src={require('../assets/images/hyperexecute/integration/ci-cd/teamcity/Step1.webp').default} alt="Image" className="doc_img"/>
Expand Down
Loading