From b691ea98da5a6409ca046c135974a9e3ad611658 Mon Sep 17 00:00:00 2001 From: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:04:57 +0530 Subject: [PATCH 1/2] Updated Chrome Installer Document (#382) --- src/left-nav-title.json | 5 ++- .../install-chrome-extension.md | 41 +++++++++++++++++-- 2 files changed, 42 insertions(+), 4 deletions(-) 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 From c5c494e61bca19f36d0f655b04c6d81e0608ed2a Mon Sep 17 00:00:00 2001 From: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:24:49 +0530 Subject: [PATCH 2/2] Updated GIFs and Metas (#383) --- src/left-nav-title.json | 2 +- .../docs/test-step-recorder/install-chrome-extension.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/left-nav-title.json b/src/left-nav-title.json index 92898391..715033b6 100644 --- a/src/left-nav-title.json +++ b/src/left-nav-title.json @@ -621,6 +621,6 @@ "/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" + "/docs/test-step-recorder/install-firefox-extension/": "Install 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 1fd24e71..3adbdfcd 100644 --- a/src/pages/docs/test-step-recorder/install-chrome-extension.md +++ b/src/pages/docs/test-step-recorder/install-chrome-extension.md @@ -2,8 +2,8 @@ title: "Install Chrome Extension" order: 7.11 page_id: "Install Chrome Extension" -page_title: "Trigger Test Plans remotely using Testsigma" -metadesc: "Learn how to effortlessly Trigger Test Plans remotely using Testsigma. You can save time and increase productivity by Triggering Test Plans remotely" +page_title: "Installing Chrome Extension" +metadesc: "To record test steps in chrome, you need to install Testsigma Recorder Chrome Extension | This article discusses how to download and install Testsigma chrome extension" warning: false noindex: false contextual_links: @@ -35,8 +35,8 @@ With Testsigma's Chrome extension, users can quickly record test steps by captur 4. On successful installation, the following message will appear: ![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) +Here’s a GIF demonstrating how to add Testsigma's Chrome extension. +![Chrome Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/ChromeExtensionDS.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/).*