Skip to content

Commit 4b47f72

Browse files
authored
Merge pull request #1586 from amanchopra1905/stage
updated the URL
2 parents 95dd921 + a1f5f1f commit 4b47f72

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
@@ -1746,4 +1746,4 @@ framework:
17461746
</span>
17471747
</li>
17481748
</ul>
1749-
</nav>
1749+
</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)