with the port you want to use for the agent.
- Before starting the Testsigma agent you need to set the environment variables TESTSIGMA\_AGENT\_HTTP\_PORT for HTTP port and TESTSIGMA\_AGENT\_HTTPS\_PORT for HTTPS port.
---
@@ -155,7 +155,7 @@ Testsigma Agent is a microservice that processes test case data and runs tests o
## **Verifying the installation**
-Your Testsigma server should be up and running now. Testsigma server will be accessible at https://local.testsigmaos.com/ui
+Your Testsigma server should be up and running now. Testsigma server will be accessible at ```https://local.testsigmaos.com/ui```
---
@@ -165,7 +165,7 @@ Your Testsigma server should be up and running now. Testsigma server will be acc
2. Delete the Testsigma Installation folder
3. Download the latest version from here https://github.com/testsigmahq/testsigma/releases/latest/
4. Repeat the steps explained in “Step2: Run Services” section
- 5. Now login to check the updated version of Testsigma Server here https://local.testsigmaos.com/ui
+ 5. Now login to check the updated version of Testsigma Server here ```https://local.testsigmaos.com/ui```
---
diff --git a/src/pages/docs/runs/executing-tests-in-private-grid.md b/src/pages/docs/runs/executing-tests-in-private-grid.md
index 3d1d5970..161ddfff 100644
--- a/src/pages/docs/runs/executing-tests-in-private-grid.md
+++ b/src/pages/docs/runs/executing-tests-in-private-grid.md
@@ -102,7 +102,7 @@ To start the **Private Grid Hub**, open the **Terminal** at **Private Grid** fol
java -jar selenium-server-4.13.0.jar hub
-Once the **Private Grid** starts, open http://localhost:4444
+Once the **Private Grid** starts, open ```http://localhost:4444```
To start the Web Nodes, open the new tab on the same Terminal and use the following command:
diff --git a/src/pages/docs/troubleshooting/web-apps/url-not-accessible.md b/src/pages/docs/troubleshooting/web-apps/url-not-accessible.md
index 8c259435..0e33326f 100644
--- a/src/pages/docs/troubleshooting/web-apps/url-not-accessible.md
+++ b/src/pages/docs/troubleshooting/web-apps/url-not-accessible.md
@@ -31,7 +31,7 @@ In the above scenarios, Testsigma's cloud servers will not be able to access the
### **Follow these steps to automate locally hosted applications:**
-1. If your application is deployed only on your local machine and is not publicly accessible, for example, **http://localhost:8080**. This is a locally hosted application. No one else can access it via the internet. For more information, refer the following:
+1. If your application is deployed only on your local machine and is not publicly accessible, for example, ```http://localhost:8080```. This is a locally hosted application. No one else can access it via the internet. For more information, refer the following:
- [Dry Runs on Local Devices](https://testsigma.com/docs/runs/dry-runs-on-local-devices/)
- [Test Plans on Local Devices](https://testsigma.com/docs/runs/test-plans-on-local-devices/)
@@ -44,17 +44,17 @@ In the above scenarios, Testsigma's cloud servers will not be able to access the
If you are not able to access URL's from using the extension, you may have one of the below issues:
-**What to do for chrome extension error "Not able to record as third-party cookies are blocked by the browser"?**
+1. **What to do for chrome extension error "Not able to record as third-party cookies are blocked by the browser"?**
-Go to this URL in Chrome **chrome://settings/cookies** and select **Allow all cookies** or **Block third-party cookies incognito**, you should not see this error post this.
+ **Sol:** Go to this URL in Chrome **chrome://settings/cookies** and select **Allow all cookies** or **Block third-party cookies incognito**, you should not see this error post this.
-
+
-**What to do for chrome extensions error "Not able to access local files and urls"?**
+2. **What to do for chrome extensions error "Not able to access local files and urls"?**
-Please go to the following Extensions icon in **Chrome > Manage Extenstion > Testsigma Extension > Details** and Toggle on **Allow access to File URL’s**
+ **Sol:** Go to the following Extensions icon in **Chrome > Manage Extenstion > Testsigma Extension > Details** and Toggle on **Allow access to File URL’s**
-
+
---
\ No newline at end of file