Skip to content

Commit 76372a3

Browse files
authored
Merge pull request #1587 from Ishavyas9/main
updated the URL
2 parents f7a940c + c5338cb commit 76372a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1716,4 +1716,4 @@ framework:
17161716
</span>
17171717
</li>
17181718
</ul>
1719-
</nav>
1719+
</nav>

docs/hyperexecute-yaml-parameters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The **HyperExecute YAML** file serves as the foundational component for test exe
9191
| [maxRetries](/support/docs/deep-dive-into-hyperexecute-yaml/#maxretries) | Integer | The maximum number of times your scenarios can be retried. <br /> If `retryOnFailure` is true then Default value will be 2. Value Range 1 to 5.|
9292
| [post](/support/docs/deep-dive-into-hyperexecute-yaml/#post) | List of Strings | The actions that are performed after test execution. |
9393
| [report](/support/docs/deep-dive-into-hyperexecute-yaml/#report) | Boolean | To generate the test report at the end of the job using the framework generated reports, set this value to true. We also need to set partialReports for generating report |
94-
| [partialReports](/support/docs/deep-dive-into-hyperexecute-yaml/#reports) | Map | Configurations related to generate report. |
94+
| [partialReports](/support/docs/deep-dive-into-hyperexecute-yaml/#report) | Map | Configurations related to generate report. |
9595
| [errorCategorizedOnFailureOnly](/support/docs/deep-dive-into-hyperexecute-yaml/#errorcategorizedonfailureonly) | Boolean | Control the behavior of error categorization generated on your tests|
9696
|[errorCategorizedReport](/support/docs/deep-dive-into-hyperexecute-yaml/#errorcategorizedreport) | Map, Boolean | Generate a RCA report for your failed tests.|
9797
| [jobLabel](/support/docs/deep-dive-into-hyperexecute-yaml/#joblabel) | List of Strings | Add tags or labels to jobs. This allows you to search your jobs using the labels or tags assigned to them. |
@@ -184,4 +184,4 @@ The **HyperExecute YAML** file serves as the foundational component for test exe
184184
</span>
185185
</li>
186186
</ul>
187-
</nav>
187+
</nav>

0 commit comments

Comments
 (0)