Skip to content

Commit

Permalink
Updated Copilot docs & Removed 404 links
Browse files Browse the repository at this point in the history
Updated Copilot documentation with images and removed 404 links in doc pages.
  • Loading branch information
bharathk08 committed Aug 2, 2024
1 parent 7df49f3 commit 02ed660
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,5 @@ ng --version
127.0.0.1 devos.testsigma.com
```
- **You can now access the server at http://devos.testsigma.com/ui/**
- **You can now access the server at https://devos.testsigma.com/ui/**
![Access Server](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/testsigma.png)
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ Once the above configuration is done, we need to add UI, Server, and Agent as a
127.0.0.1 devos.testsigma.com
```
- **You can now access the server at http://devos.testsigma.com/ui/**
- **You can now access the server at https://devos.testsigma.com/ui/**
![Access Testsigma](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/testsigma.png)
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RewriteEngine On
RewriteCond %{HTTP_HOST} "devos.testsigma.com"
RewriteCond %{REQUEST_URI} "^/$"
#RewriteRule .* http://localhost:4202%{REQUEST_URI} [P]
RewriteRule .* http://devos.testsigma.com/ui/ [L,R=301]
RewriteRule .* https://devos.testsigma.com/ui/ [L,R=301]
RewriteCond %{HTTP_HOST} "devos.testsigma.com"
RewriteCond %{REQUEST_URI} "^/ui/"
RewriteRule .* http://localhost:4202%{REQUEST_URI} [P]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/introduction-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contextual_links:

---

Testsigma Cloud is a fully managed test automation platform that includes all the core features of the open-source platform without any infra-requirements. It also offers enhanced security, extensive test lab, project and review management, powerful reporting capabilities, and [much more.](https://testsigma.com/products)
Testsigma Cloud is a fully managed test automation platform that includes all the core features of the open-source platform without any infra-requirements. It also offers enhanced security, extensive test lab, project and review management, powerful reporting capabilities, and much more.


<br>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/salesforce-testing/connected-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Creating a connected app is important to link external applications and the Sale
## **Fetch Consumer Details**

1. Edit the connected app and click on **Manage Consumer Details**. This will open a new window.
![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcaed.png)
![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SF_Manage_Consumer_Details.png)

2. On the **Verify Your Identity** window, enter OTP sent to the admin email.
![Verify](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcavyi.png)
Expand All @@ -85,7 +85,7 @@ Creating a connected app is important to link external applications and the Sale



> Refer to this [Salesforce troubleshooting]((https://testsigma.com/docs/troubleshooting/salesforce-testing/most-common-issues/)) guide for the most common issues while creating a connected app.
> Refer to this [Salesforce troubleshooting](https://testsigma.com/docs/troubleshooting/salesforce-testing/most-common-issues/) guide for the most common issues while creating a connected app.

---
38 changes: 29 additions & 9 deletions src/pages/docs/test-cases/create-test-steps/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,34 +199,54 @@ Boost your test automation and deliver high-quality software with Testsigma Copi

1. From the left-side navbar, select **Create Tests > Test Cases** and then click **Create Test Case**.

![Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_TestCase.png)

2. On the **Test Case Details** page, enter a name for the test case and click **Record** in the top-right corner. A new window will open.

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

3. In the opened window, input the URL of the web page from which you want to generate test scenarios. The **Testsigma Recorder** will activate and prepare for recording.

4. Click **Generate Scenarios** in the Testsigma Recorder. The Testsigma Copilot will start generating test scenarios based on the current page content.
4. Click **Testsigma Copilot**.
![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_Button.png)

5. Wait until the test scenarios are generated.
5. Click **Generate Scenarios** in the **Testsigma Copilot** overlay. The Testsigma Copilot will start generating test scenarios based on the current page content.

6. Click on any generated test case scenario to view its corresponding test steps.
![Generate Scenarios](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Generate_Scenarios.png)

7. Click **Save Test Steps** to import the displayed test steps into the recorder.
6. Wait until the test scenarios are generated.

8. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page.
7. Click on any generated test case scenario to view its corresponding test steps.

![View test Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/View_Scenarios.png)

8. Click **Add to test case** to import the displayed test steps into the recorder.

![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Add_AI_Test_Steps.png)

9. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page.

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

---

## **Generate Test Steps with Prompts**

Follow the steps from 1-3 from the above section.
Follow the same steps from 1-3 from the above section.

4. Click **Write Prompt** in the Testsigma Recorder.
4. On prompt input, enter the prompt for which you want to fetch test steps.
![Prompt](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Prompt_AI.png)

5. Enter a prompt with accurate details and click **Generate**.
5. Press **Enter**.

6. Wait until the test steps are generated.

7. Click **Save Test Steps** to import the displayed test steps into the recorder.
7. Click **Add to test case** to import the displayed test steps into the recorder.

![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/AddtoTestCase_AI.png)

8. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page.

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

---
2 changes: 1 addition & 1 deletion src/pages/docs/troubleshooting/on-prem/general-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contextual_links:

---

This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise-setup/setup/).*
This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise-setup/installation-process/setup/).*

---

Expand Down

0 comments on commit 02ed660

Please sign in to comment.