Skip to content

Commit d7159c0

Browse files
Merge pull request #2258 from amanchopra1905/stage
updated the report and cli
2 parents 04240a4 + 8f8f8b9 commit d7159c0

File tree

5 files changed

+34
-1
lines changed

5 files changed

+34
-1
lines changed
95.4 KB
Loading
240 KB
Loading
475 KB
Loading

docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,37 @@ You can download the `HyperExecute CLI` for your OS from the links given below :
6666
| Windows | https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe |
6767
| macOS | https://downloads.lambdatest.com/hyperexecute/darwin/hyperexecute |
6868

69+
## Verifying the Authenticity of the CLI
70+
To ensure the binary you’ve downloaded is genuine and has not been tampered with, you can verify its digital signature or code signing certificate. LambdaTest signs all official HyperExecute CLI releases for security and integrity assurance.
71+
72+
<Tabs className="docs__val">
73+
74+
<TabItem value="bash" label="macOS" default>
75+
You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command:
76+
77+
```bash
78+
codesign -dvvv <PATH_TO_CLI>
79+
```
80+
81+
<img loading="lazy" src={require('../assets/images/hyperexecute/cli/mac-verification.png').default} alt="Image" className="doc_img"/>
82+
83+
</TabItem>
84+
85+
<TabItem value="powershell" label="Windows" default>
86+
87+
**Step 1:** Locate the downloaded CLI binary (e.g., hyperexecute.exe). <br />
88+
**Step 2:** Right-click on the file and select Properties. <br />
89+
**Step 3:** Go to the Digital Signatures tab. <br />
90+
**Step 4:** Select the listed signature and click Details. <br />
91+
**Step 5:** Click View Certificate → Details to inspect the certificate information. <br />
92+
93+
This certificate should display LambdaTest, Inc. as the verified publisher.
94+
95+
<img loading="lazy" src={require('../assets/images/hyperexecute/cli/windows-verification.png').default} alt="Image" className="doc_img"/>
96+
97+
</TabItem>
98+
</Tabs>
99+
69100
## HyperExecute CLI Supported Flags
70101

71102
HyperExecute CLI provides different command-line flags that let you control the HyperExecute platform as per your customised requirements. You can run `hyperexecute.exe --help` on your terminal to explore the different flags.

docs/hyperexecute-katalon-report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ HyperExecute provides seamless integration with Katalon Studio, enabling you to
4545
- Environment and browser details
4646
- Stack traces for failed tests
4747

48-
> Ensure your project is configured with the Katalon framework and all test scripts are in place.
48+
> Ensure your project is configured with the [Katalon framework]( https://www.lambdatest.com/support/docs/katalon-integration-with-hyperexecute/) and all test scripts are in place.
4949
5050
## Steps to Generate Katalon Reports on HyperExecute
5151

@@ -65,4 +65,6 @@ partialReports:
6565
6666
**Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion.
6767
68+
> This image shows consolidated report of katalon 10+ versions
69+
6870
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/katalon-report.png').default} alt="Image" className="doc_img"/>

0 commit comments

Comments
 (0)