Skip to content

Commit 657c35d

Browse files
author
RajasNawar
committed
fixed 404
1 parent d435b59 commit 657c35d

8 files changed

+11
-11
lines changed

docs/analytics-modules-manual-test-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- test browser
1313
- test OS
1414
- test device coverage
15-
url: https://www.lambdatest.com/support/docs/analytics-modules-resource-utilization/
15+
url: https://www.lambdatest.com/support/docs/analytics-modules-manual-test-overview/
1616
site_name: LambdaTest
1717
slug: analytics-modules-manual-test-overview/
1818
---
@@ -35,7 +35,7 @@ slug: analytics-modules-manual-test-overview/
3535
"@type": "ListItem",
3636
"position": 3,
3737
"name": "Test Overview",
38-
"item": "https://www.lambdatest.com/support/docs/analytics-modules-resource-utilization/"
38+
"item": "https://www.lambdatest.com/support/docs/analytics-modules-manual-test-overview/"
3939
}]
4040
})
4141
}}

docs/bamboo-integration-with-hyperexecute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cd ROOT_FOLDER
9090
./bin/start-bamboo.sh
9191
```
9292

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

9595
> **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.
9696

docs/concource-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ npm install npm@latest -g
8282

8383
---
8484

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

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

docs/gocd-integration-with-hyperexecute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Download or Clone the code sample from the LambdaTest GitHub repository to run t
7575
```bash
7676
./bin/go-agent start
7777
```
78-
- Now type **http://localhost:8153/go** in your browser to open the GoCD GUI.
78+
- Now type ``http://localhost:8153/`` go in your browser to open the GoCD GUI.
7979

8080
- Click on the New Pipeline Button.
8181

docs/hyperexecute-qtest-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This document details the seamless integration between HyperExecute and qTest, e
5252

5353
## Prerequisites
5454

55-
- 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.
55+
- 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.
5656
- [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.
5757
- Login to qTest Manager as an administrator and access the Resources page.
5858
- Expand the **APIs and SDK** sections.
@@ -65,7 +65,7 @@ This document details the seamless integration between HyperExecute and qTest, e
6565
./agentctl start
6666
```
6767

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

7070
- **Host Name :** You have to enter any name that will be assigned as the host name.
7171
- **qTest URL :** Enter the URL of your qTest Manager page. For e.g. `https://aman.qtestnet.com`
@@ -138,7 +138,7 @@ You can download the CLI for your desired platform from the below mentioned link
138138
139139
## Step 3: Setup the Automation
140140

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

143143
<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"/>
144144

docs/local-testing-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In a few seconds, after you execute the command, an SSH connection will be estab
8888

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

91-
> **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`".
91+
> **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`".
9292
9393
## Testing Local Folder Files Using LambdaTest Tunnel
9494
* * *

docs/running-your-first-cypress-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Also in `run-settings` section you need to specify the path of your `spec.js` fi
9393
```
9494

9595
:::info Note
96-
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.
96+
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.
9797
:::
9898

9999
**Step-3:** Execute your tests using the following command in the terminal:

docs/teamcity-with-hyperexecute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To integrate TeamCity with HyperExecute, follow the below mentioned steps:
6060
### Step 1: Start the TeamCity GUI
6161

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

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

0 commit comments

Comments
 (0)