diff --git a/src/left-nav-title.json b/src/left-nav-title.json index 033ac32c..92898391 100644 --- a/src/left-nav-title.json +++ b/src/left-nav-title.json @@ -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": { @@ -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" } } \ No newline at end of file diff --git a/src/pages/docs/test-step-recorder/install-chrome-extension.md b/src/pages/docs/test-step-recorder/install-chrome-extension.md index c4bcf7ef..1fd24e71 100644 --- a/src/pages/docs/test-step-recorder/install-chrome-extension.md +++ b/src/pages/docs/test-step-recorder/install-chrome-extension.md @@ -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) + +--- \ No newline at end of file