Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Installing Chrome Extension Doc #382

Merged
merged 1 commit into from
Mar 26, 2024
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
5 changes: 4 additions & 1 deletion src/left-nav-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"/docs/test-management/test-plans/headless-testing": "Headless Testing "
},
"runs": {
"/docs/runs/" : "Test Runs/ Executions",
"/docs/runs/" : "Test Runs / Executions",
"/docs/reports/runs/" : "Test Runs"
},
"run-on-cloud-vendor-platforms": {
Expand Down Expand Up @@ -619,5 +619,8 @@
},
"test-execution-queued-for-a-long-time":{
"/docs/troubleshooting/web-apps/test-execution-queued-for-a-long-time/": "Test Queued for a Long Time"
},
"install-firefox-extension":{
"/docs/test-step-recorder/install-firefox-extension/": "Testsigma Firefox Extension"
}
}
41 changes: 38 additions & 3 deletions src/pages/docs/test-step-recorder/install-chrome-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,62 @@ contextual_links:
- type: link
name: "Steps to Install Chrome Extension"
url: "#steps-to-install-chrome-extension"
- type: link
name: "Record Steps in Incognito Mode"
url: "#record-steps-in-incognito-mode"
---

---

With Testsigma's Chrome extension, users can quickly record test steps by capturing user interactions, such as clicking buttons, entering text, navigating through pages, etc. The extension will also help users create elements interacting with the application during testing. This article explains how to install Testsigma's Chrome extension.

---
## **Steps to Install Chrome Extension**

1. Go to: [Testsigma Recorder](https://chrome.google.com/webstore/detail/testsigma-recorder/epmomlhdjfgdobefcpocockpjihaabdp)

2. Click on **Add to Chrome**.
![Add to Chrome](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/addtoce.png)
![Add to Chrome](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/tsceatc.png)

3. On the permission prompt, click on **Add extension**.
![Add Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/promptce.png)
![Add Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/tsceatchrome.png)

4. On successful installation, the following message will appear:
![Message](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/msgce.png)
![Message](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/tscesa.png)

Here’s a quick GIF demonstrating how to add Testsigma's Chrome extension.
![Chrome Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/ChromeExt.gif)

*For more information on creating test steps using recorder, refer to [recording test steps](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/).*


---

## **Record Steps in Incognito Mode**

You can record steps in incognito mode by enabling the "Allow in Incognito" option in the Testsigma manage extension. This feature lets you record steps privately without storing browsing history or cookies. Follow the steps below to enable the “Allow in Incognito” option in the Testsigma extension in Chrome browser.

---

### **Extension Settings for Incognito Mode**


**1. Open the Testsigma Extension:** Right-click the Testsigma Extension icon in the browser toolbar.

![Testsigma Icon](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/imtch.png)


**2. Access Extension Settings:** From the extension menu, select **Manage extension**.

![Manage Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/immexten.png)

**3. Enable Allow in Incognito:** Toggle on **Allow in Incognito** option.

![Enable Toggle](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/imaiim.png)


Here’s a GIF demonstrating how to enable the **Allow in Incognito** option and record steps in Incognito.

![Allow in Incognito](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/TestsOnIncognitoMode.gif)

---
Loading