Skip to content

Commit 5bd8025

Browse files
authored
Merge pull request LambdaTest#1038 from surishubham/main
Merge pull request LambdaTest#1037 from Aman1905/stage
2 parents eac1e66 + bbc49d2 commit 5bd8025

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/hyperexecute-guided-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This page gives you a guided walkthrough of all the things on the HyperExecute D
4141

4242
## Jobs Page
4343

44-
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
44+
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.
4545

4646
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.
4747

docs/localstack-integration-with-lambdatest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ bin/deploy.sh
139139

140140
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.
141141

142-
> **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.
142+
> **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.
143143
144144
<img loading="lazy" src={require('../assets/images/localstack-integration/localstack-one.webp').default} alt="add" width="1346" height="647" className="doc_img"/>
145145

docs/test-settings-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ When the screenshot is captured and it is then compressed to a file format such
143143

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

146-
- `antialiasing` - ignores the smoothing of edges in digital images, click [here](https://sisu.ut.ee/imageprocessing/book/4) to know more.
146+
- `antialiasing` - ignores the smoothing of edges in digital images.
147147
- `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.
148148
- `colors` - added corrected lightness to the screenshot by ignoring the default pixel color value.
149149
- `nothing` - ignores none of the false positive options from the comparison.

src/pages/faq/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,8 @@ export default function index() {
10911091
</details>
10921092
<details>
10931093
<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>
1094-
<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>
1095-
</details>
1094+
<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>
1095+
</details>
10961096
<details>
10971097
<summary>What is your incident response process?</summary>
10981098
<p>We, here, at LambdaTest follow a 6 step incident reponse process. The various stages of the response proces are prepration, identification, containment, eradication, recovery, and learning. We use industry leading practices for each step and test our response workflow once a month.</p>

0 commit comments

Comments
 (0)