Skip to content

Commit d69add8

Browse files
amanchopra1905surishubham
authored andcommitted
Merge pull request #2258 from amanchopra1905/stage
updated the report and cli
1 parent 36921ef commit d69add8

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed
95.4 KB
Loading

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ To ensure the binary you’ve downloaded is genuine and has not been tampered wi
7171

7272
<Tabs className="docs__val">
7373

74-
<TabItem value="zsh" label="Linux" default>
75-
You can verify the code signature of the binary using the `openssh` command. Download the [Signature](https://downloads.lambdatest.com/hyperexecute/linux/hyperexecute.sig) and [Public Key](https://downloads.lambdatest.com/hyperexecute/linux/public_key.pem), keep it with your CLI, and paste the location in the below command:
76-
77-
```bash
78-
openssl dgst -sha256 -verify <PUBLIC_KEY_PATH> -signature <SIGNATURE_PATH> <CLI_BINARY_PATH>
79-
```
80-
81-
<img loading="lazy" src={require('../assets/images/hyperexecute/cli/linux-verification.png').default} alt="Image" className="doc_img"/>
82-
83-
</TabItem>
84-
8574
<TabItem value="bash" label="macOS" default>
8675
You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command:
8776

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)