Skip to content

Commit

Permalink
Merge branch 'dev' into IDEA-1701
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathk08 authored Sep 6, 2024
2 parents 10b9d04 + 9087f31 commit 382cff9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Why Complete Video of the Test Plan is Unavailable in Some Cases?"
title: "Why Is a Single Video for All Test Cases in a Test Plan Unavailable in Some Cases?"
pagetitle: "Full Test Plan Execution Video: Steps to Access and View"
metadesc: "Viewing the full video of the test plan execution is easy. Re-run your test plan with the reset session disabled to see the complete execution video."
noindex: false
Expand All @@ -20,6 +20,7 @@ contextual_links:

---


When you enable the **Reset session for every test case** option in **Parallel Settings**, Testsigma assigns a fresh machine to execute the next queued test case. This process continues until all test case executions are complete. In this case, the complete video of the test plan is unavailable. To capture a single video of the entire test plan execution, you need to disable **Reset session for every test case** option.

---
Expand All @@ -42,4 +43,7 @@ When you enable the **Reset session for every test case** option in **Parallel S

5. Click **Create** or **Update Profile** to save your changes. ![disable reset session for test machine](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/disabling_reset_session_for_machine.gif)

6. You can now watch the complete video for each test suite under **Run Results > Test Suite > Watch Video**.
![Watch Video](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/WatchVideo_TestSuiteLevel.png)

---
57 changes: 29 additions & 28 deletions src/pages/docs/reports/runs/custom-pdf-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ page_id: "custom-pdf-report-generation"
search_keyword: ""
warning: false
contextual_links:
- type: section
name: "Contents"
- type: link
name: "Prerequisites"
url: "#prerequisites"
- type: link
name: "Retrieving Result IDs"
url: "#retrieving-result-ids"
- type: link
name: "Executing Custom PDF Report for Test Plans"
url: "#executing-the-jar-file-for-test-plans"
- type: link
name: "Executing Custom PDF Report for Test Case, Test Suite, or Test Machine Level"
url: "#executing-custom-pdf-report-for-test-case-test-suite-or-test-machine-level"
- type: link
name: "Using Preferences to Generate Custom PDF Report"
url: "#using-preferences-to-generate-custom-pdf-report"
- type: link
name: "Preferences for Custom Report Generation"
url: "#preferences-for-custom-report-generation"
- type: section
name: "Contents"
- type: link
name: "Prerequisites"
url: "#prerequisites"
- type: link
name: "Retrieving Result IDs"
url: "#retrieving-result-ids"
- type: link
name: "Executing Custom PDF Report for Test Plans"
url: "#executing-the-jar-file-for-test-plans"
- type: link
name: "Executing Custom PDF Report for Test Case, Test Suite, or Test Machine Level"
url: "#executing-custom-pdf-report-for-test-case-test-suite-or-test-machine-level"
- type: link
name: "Using Preferences to Generate Custom PDF Report"
url: "#using-preferences-to-generate-custom-pdf-report"
- type: link
name: "Preferences for Custom Report Generation"
url: "#preferences-for-custom-report-generation"
---

---
Expand Down Expand Up @@ -320,6 +320,7 @@ Before you begin, ensure you have the following:

</body>
</html>

</div>
</details>

Expand All @@ -332,11 +333,11 @@ To generate reports, you need specific IDs depending on the level of detail you
1. Navigate to the **Run Result** from which you want to retrieve the Run ID.
2. For **test plan** level reports, Use the Run ID directly from the Run Result page. You can find this in the Execution ID or the URL endpoint. Copy the Run ID from the Run Result page. ![retrieving runid for test plan level](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/testplan_run_id.cpr.gif)
3. For Test Machine, Test Suite, or Test Case level reports:
- Right-click on the page and select **Inspect** to open Developer Tools.
- Go to the **Network** tab.
- In the Testsigma application, select the test case, suite, or test machine in the Run Result details page to get the response.
- In the Developer Tools, under the **Network** tab, find the response results in the name section and click **Preview**.
- Unhide the **Content** and copy the required **ID**. ![retrieving result ids](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/case-machine-suitelevel-id-cpr.gif)
- Right-click on the page and select **Inspect** to open Developer Tools.
- Go to the **Network** tab.
- In the Testsigma application, select the test case, suite, or test machine in the Run Result details page to get the response.
- In the Developer Tools, under the **Network** tab, find the response results in the name section and click **Preview**.
- Unhide the **Content** and copy the required **ID**. ![retrieving result ids](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/case-machine-suitelevel-id-cpr.gif)

---

Expand All @@ -346,6 +347,7 @@ Run the Custom Report Generator with the required inputs to create a PDF report.

1. Open Terminal or Command Prompt and navigate to the folder containing the JAR file.
2. Run the following command, replacing the placeholders with your actual values:

```bash
java -jar custom_pdf_generator-0.0.1-SNAPSHOT.jar \
--config.apiKey=YOUR-API-KEY \
Expand All @@ -370,6 +372,7 @@ Generate reports at the Test Case, Test Suite, or Test Machine level by followin

1. Get the Run ID as explained in the [Retrieving Result IDs](https://testsigma.com/docs/reports/runs/custom-pdf-report/#retrieving-result-ids) section.
2. Use the following command, including your specific preferences:

```bash
java -jar custom_pdf_generator-0.0.1-SNAPSHOT.jar \
--config.apiKey=YOUR-API-KEY \
Expand All @@ -395,6 +398,7 @@ Replace the placeholders with your actual values:
## **Using Preferences to Generate Custom PDF Report**

Customize your report content and structure using various preferences:

```bash
java -jar custom_pdf_generator-0.0.1-SNAPSHOT.jar \
--config.apiKey=YOUR-API-KEY \
Expand Down Expand Up @@ -450,7 +454,6 @@ List of configurable preferences to tailor your PDF reports according to your ne
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Report Preferences</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -542,5 +545,3 @@ List of configurable preferences to tailor your PDF reports according to your ne
</html>

---


8 changes: 5 additions & 3 deletions src/pages/docs/visual-testing/configure-test-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ When you conduct visual testing using Testsigma, you should compare the **curren

## **Optimizing Visual Testing with Ignore Sections**

[[info | NOTE:]]
| Ignoring specific sections will exclude dynamic elements from the comparison process, which reduces false positives from content such as ads, timestamps, or user-specific data. This ensures that only meaningful changes are flagged for review.

### **Steps to Configure Ignore Sections for Visual Testing**

1. Click **Ad-hoc Runs** in the right navigation bar, then click **View Details** to open the test case result page.
![view test case result details page](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/view_details_test_case_result.png)

Expand All @@ -108,9 +113,6 @@ When you conduct visual testing using Testsigma, you should compare the **curren

5. Review the regions you marked as ignored and click **Save**.

[[info | NOTE:]]
| Ignoring specific sections will exclude dynamic elements from the comparison process, which reduces false positives from content such as ads, timestamps, or user-specific data. This ensures that only meaningful changes are flagged for review.


---

Expand Down

0 comments on commit 382cff9

Please sign in to comment.