Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hyperexecute-guided-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This page gives you a guided walkthrough of all the things on the HyperExecute D

## Jobs Page

All the tests on HyperExecute get executed as a Job. All the Jobs can be found on our [Jobs page](https://hyperexecute.lambdatest.com/hyperexecute). Each [Job](/support/docs/hyperexecute-status/#1-job-level-status) has a [`Status`](/support/docs/hyperexecute-status/#3-stage-level-status), a unique `Job Number`, a set of [`Labels`](/support/docs/deep-dive-into-hyperexecute-yaml/#joblabel), info on number of [`Tasks`](/support/docs/hyperexecute-status/#2-task-level-status) executed as part of that Job, and a `Summary` section followed by the details of the `Job Duration` and who initiated the Job
All the tests on HyperExecute get executed as a Job. All the Jobs can be found on our [Jobs page](https://hyperexecute.lambdatest.com/hyperexecute). Each [Job](/support/docs/hyperexecute-status/#1-job-level-status) has a [`Status`](/support/docs/hyperexecute-status/#3-stage-level-status), a unique `Job Number`, a set of [`Labels`](/support/docs/deep-dive-into-hyperexecute-yaml/#joblabel), info on number of [`Tasks`](/support/docs/hyperexecute-status/#2-task-level-status) executed as part of that Job, and a `Summary` section followed by the details of the `Job Duration` and who initiated the Job.

On this page you have other things such as filters, help center, docs, [secrets management](/support/docs/hyperexecute-how-to-save-and-manage-secrets/) and much more. You can also filter through all of the jobs on the basis of the date, status, type etc.

Expand Down
2 changes: 1 addition & 1 deletion docs/katalon-integration-with-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It also comes with a built-in interface for codeless automation testing and vali

- Ensure that you have integrated Katalon Studio with LambdaTest. Follow the steps on this [page](https://www.lambdatest.com/support/docs/katalon-integration-with-lambdatest/) to do so.

- Ensure that you have the necessary licenses required to use Katalon Studio. You need the [Katalon Runtime License](https://docs.katalon.com/docs/legacy/products-and-licenses/katalon-studio-enterprise-and-runtime-engine-licenses/katalon-runtime-engine-floating-license) to integrate Katalon with HyperExecute. To learn more about these licenses, read this [page](https://docs.katalon.com/katalon-platform/administer/katalon-studio-enterprise-and-katalon-runtime-engine-license/katalon-runtime-engine-floating-license).
- Ensure that you have the necessary licenses required to use Katalon Studio. You need the Katalon Runtime License to integrate Katalon with HyperExecute.

## Integrating Katalon Studio with HyperExecute

Expand Down
2 changes: 1 addition & 1 deletion docs/localstack-integration-with-lambdatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bin/deploy.sh

The above command will create the **S3 buckets**, put the bucket names into the parameter store, create the `DLQ Topic` for failed Lambda invokes, create the Lambda functions, connect the S3 bucket to the resizer lambda, and create the web application.

> **Note:** You can visit [webapp.s3-website.localhost.localstack.cloud:4566](http://webapp.s3-website.localhost.localstack.cloud:4566/) on your web browser and paste the function URL of the pre sign Lambda function you created earlier.
> **Note:** You can visit **webapp.s3-website.localhost.localstack.cloud:4566** on your web browser and paste the function URL of the pre sign Lambda function you created earlier.

<img loading="lazy" src={require('../assets/images/localstack-integration/localstack-one.webp').default} alt="add" width="1346" height="647" className="doc_img"/>

Expand Down
2 changes: 1 addition & 1 deletion docs/test-settings-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ When the screenshot is captured and it is then compressed to a file format such

The following are the supported options for the pixel comparison feature:

- `antialiasing` - ignores the smoothing of edges in digital images, click [here](https://sisu.ut.ee/imageprocessing/) to know more.
- `antialiasing` - ignores the smoothing of edges in digital images.
- `alpha` - ignores the alpha of the pixel color and makes into solid color without any opacity, click [here](https://sites.uci.edu/iap2015/2015/01/14/the-alpha-attribute-of-a-picture/#:~:text=In%20digital%20images%2C%20each%20pixel,of%200%20means%20totally%20transparent.) to know more.
- `colors` - added corrected lightness to the screenshot by ignoring the default pixel color value.
- `nothing` - ignores none of the false positive options from the comparison.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faq/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ export default function index() {
</details>
<details>
<summary>Do you operate physical infrastructure? If so what certifications do they hold related to physical security? Can we see the audit/certification reports?</summary>
<p>Our application is hosted entirely on third party hosting providers like AWS, Hetzner, etc. All our hosting partners have very high security protocols. For example checkout <a href="https://aws.amazon.com/security/">AWS security protocols</a>, or <a href="https://hetzner.co.za/help-centre/products-and-services/dedicated-hosting/what-iso-and-data-security-protection-does-hetzner-employ-on-managed-servers//">Hetzner Security protocols.</a></p>
<p>Our application is hosted entirely on third party hosting providers like AWS, Hetzner, etc. All our hosting partners have very high security protocols. For example checkout <a href="https://aws.amazon.com/security/">AWS security protocols</a>, or Hetzner Security protocols.</p>
</details>
<details>
<summary>What is your incident response process?</summary>
Expand Down
Loading