Skip to content

Commit e6af33c

Browse files
updated release
1 parent 8a7b1f7 commit e6af33c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
59.1 KB
Loading

docs/hyperexecute-release-notes-2-7-8.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,29 @@ HyperExecute expands its support for the dotnet by introducing the versions `4.7
7474
runtime:
7575
- language: dotnet
7676
version: "4.7"
77-
```
77+
```
78+
79+
## Support for Project Capability in CypressOps
80+
You can now define your [Project](https://www.lambdatest.com/support/docs/hyperexecute-projects/) name and autocreate your project via `ProjectName` capability defined in [`cypressOps`](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#cypressops).
81+
82+
```yaml
83+
cypressOps:
84+
ProjectName: "Cypress_Project"
85+
```
86+
87+
## Consolidated Native Robot Report Generation
88+
The consolidated Native Robot report includes detailed information on all executed tests, i.e., which tests passed, failed, or were skipped, along with any error messages and stack traces for failed tests. It is widely supported across CI/CD tools, which makes it easy to integrate with existing workflows and with other tools or systems.
89+
90+
Add the following configurations in your YAML file:
91+
92+
```yaml
93+
testRunnerCommand: YOUR_RUNNER_COMMAND --outputdir Reports
94+
95+
report: true
96+
partialReports:
97+
type: json
98+
location: Reports
99+
frameworkName: robot
100+
```
101+
102+
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/robot-report.png').default} alt="Image" className="doc_img"/>

0 commit comments

Comments
 (0)