Skip to content

Commit 1959f75

Browse files
authored
Merge pull request #691 from surishubham/main
Merge pull request #690 from amanchopra1905/stage
2 parents 91f6676 + 82fbb2d commit 1959f75

File tree

53 files changed

+309
-396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+309
-396
lines changed
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading

docs/getting-started-with-hyperexecute.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,16 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
5454

5555
It requires a [HyperExecute YAML](/support/docs/deep-dive-into-hyperexecute-yaml/) file which contains all the necessary instructions and a [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job.
5656

57+
> Let's understand the [HyperExecute Dashboard](/support/docs/hyperexecute-guided-walkthrough/) together.
58+
5759
<img loading="lazy" src={require('../assets/images/hyperexecute/getting_started/hyperexecute.png').default} alt="Image" className="doc_img"/>
5860

59-
> See our [Guided walkthrough](/support/docs/hyperexecute-guided-walkthrough/) to learn more.
60-
You can also find us on the [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview).
61+
:::tip FIND US on cloud **🔍**
62+
You can also find us on your favourite Cloud Platform:
63+
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)
64+
- [Amazon Web Services Marketplace](https://aws.amazon.com/marketplace/pp/prodview-35cneaxfou2eq) and
65+
- [Google Cloud Provider Marketplace](https://console.cloud.google.com/marketplace/product/hyperexecute-privatecloud/lambdatest?pli=1)
66+
:::
6167

6268
<div className="support_main">
6369
<a href="/support/docs/hyperexecute-running-your-first-job/">

docs/hyperexecute-auto-healing.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ const capability = {
7272

7373
**Step 4:** Click on the **band-aid** icon as shown below to check what part of your test case is healed.
7474

75+
<img loading="lazy" src={require('../assets/images/hyperexecute/features/auto-heal/autoheal.gif').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
76+
7577
## How Auto Healing Works
7678

7779
Auto Healing employs a dynamic locator strategy that adapts to DOM (Document Object Model) changes in real-time. When an element is initially located, the system records its DOM path and associated attributes. If subsequent attempts to find the element fail due to application updates, the Auto Healing mechanism activates. It analyzes the current DOM structure, comparing it against the previously recorded state, and generates new, contextually relevant locators by intelligently combining element attributes and hierarchical information. This process occurs seamlessly during test runtime, allowing scripts to continue execution despite locator changes. The system continuously monitors the web page for DOM modifications, ensuring sustained test reliability even in the face of frequent application updates.

docs/hyperexecute-background-services.md

-31
Original file line numberDiff line numberDiff line change
@@ -82,37 +82,6 @@ To check the background service logs, follow the below mentioned steps:
8282
**Step 3:** Click on the desired **background service** you have triggered to check its logs.
8383
<img loading="lazy" src={require('../assets/images/hyperexecute/features/background-service/background-service.gif').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
8484

85-
## Sample YAML File
86-
***
87-
88-
```yaml
89-
---
90-
version: 0.2
91-
runson: win
92-
93-
autosplit: true
94-
concurrency: 2
95-
96-
pre:
97-
- npm install
98-
99-
#highlight-next-line
100-
background:
101-
#highlight-next-line
102-
- npx static-server
103-
#highlight-next-line
104-
- mysql-server
105-
106-
framework:
107-
name: maven/testng
108-
defaultReports: false
109-
flags:
110-
- "-Dplatname=win"
111-
- "--file=pom02.xml"
112-
113-
jobLabel: [background service]
114-
```
115-
11685
## Frequently Asked Questions
11786

11887
<details><summary>Is the service intended to operate within the same Virtual Machine or externally?</summary> Yes, the service will run within the same Virtual Machine. </details>

docs/hyperexecute-jobs-archiving.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hyperexecute-jobs-archiving
33
title: Jobs Archiving
4-
hide_title: true
4+
hide_title: false
55
sidebar_label: Jobs Archiving
66
description: Optimize your workspace with HyperExecute job archiving to boost productivity. Keep only relevant jobs. Learn more!
77
keywords:
@@ -36,26 +36,27 @@ slug: hyperexecute-jobs-archiving/
3636
})
3737
}}
3838
></script>
39-
40-
# Jobs Archiving
41-
4239
HyperExecute's job archiving feature lets you seamlessly organize your workspace by tucking away irrelevant jobs, enhancing your team's efficiency. By archiving jobs, you ensure that only the most relevant and significant jobs occupy your workspace, enabling your team to stay focused and productive.
4340

44-
## Archive the Jobs
41+
> Archived jobs are not deleted, they are just removed from the default view on this page.
4542
46-
In order to archive any job, just click on the eclipses (three dots) that you see on the right side on job list page, it would provide you a small dropdown to be able to archive that job.
43+
## Archive the Jobs
4744

48-
> Archived jobs are not deleted, they are just removed from the default view on this page.
45+
In order to archive any job, just click on the eclipses (three dots) that you see on the right side on job list page, it would provide you a small dropdown to archive that job.
4946

50-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/hyp-archive-job.png').default} alt="Image" style={{width: '700px',}} className="doc_img"/>
47+
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/archive.gif').default} alt="Image" className="doc_img"/>
5148

5249
## View the Archived Jobs
5350

5451
In order to view the archived jobs, you can simply go to filters and select view archived jobs. All the jobs that you archive, will be available here.
5552

53+
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/view-archive.gif').default} alt="Image" className="doc_img"/>
54+
55+
## Unarchive the Jobs
5656

57-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/hyp-view-archive-job.png').default} alt="Image" style={{width: '700px',}} className="doc_img"/>
57+
You can also unarchive your jobs similarly the way you archived your jobs.
5858

59+
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/unarchive.gif').default} alt="Image" className="doc_img"/>
5960

6061
<nav aria-label="breadcrumbs">
6162
<ul className="breadcrumbs">

docs/hyperexecute-release-notes-1-131-0.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-131-0
3-
title: Release Notes 1.131.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.131.0
6-
description: Release Notes 1.131.0
3+
title: Version 1.131.0
4+
hide_title: false
5+
sidebar_label: Version 1.131.0
6+
description: Version 1.131.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,13 @@ slug: hyperexecute-release-notes-1-131-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-131-0/"
3636
}]
3737
})
3838
}}
3939
></script>
4040

41-
# Release Notes 1.131.0
42-
4341
## Snooper Now on HyperExecute!
4442

4543
Boost your testing capabilities with Snooper's advanced features for in-depth analysis and debugging.

docs/hyperexecute-release-notes-1-133-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-133-0
3-
title: Release Notes 1.133.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.133.0
6-
description: Release Notes 1.133.0
3+
title: Version 1.133.0
4+
hide_title: false
5+
sidebar_label: Version 1.133.0
6+
description: Versions 1.133.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-133-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-133-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.133.0
42-
4340
## Bamboo CI/CD Integration
4441

4542
Bamboo is a continuous integration (CI) and continuous delivery (CD) server from Atlassian. It helps teams automate the software development and delivery process, from code commit to production deployment. Bamboo can be used to build, test, and deploy software on a variety of platforms, including cloud, on-premises, and hybrid environments.

docs/hyperexecute-release-notes-1-134-0.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-134-0
3-
title: Release Notes 1.134.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.134.0
6-
description: Release Notes 1.134.0
3+
title: Version 1.134.0
4+
hide_title: false
5+
sidebar_label: Version 1.134.0
6+
description: Version 1.134.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,13 @@ slug: hyperexecute-release-notes-1-134-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-134-0/"
3636
}]
3737
})
3838
}}
3939
></script>
4040

41-
# Release Notes 1.134-0
42-
4341
## Semaphore CI/CD Integration
4442

4543
Semaphore CI/CD is a popular cloud-based platform that helps engineering teams of all sizes build, test, and deploy their software faster and more reliably. HyperExecute is a powerful test execution platform that offers unparalleled speed, efficiency, scalability, and compatibility.

docs/hyperexecute-release-notes-1-135-0.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-135-0
3-
title: Release Notes 1.135.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.135.0
6-
description: Release Notes 1.135.0
3+
title: Version 1.135.0
4+
hide_title: false
5+
sidebar_label: Version 1.135.0
6+
description: Version 1.135.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,13 @@ slug: hyperexecute-release-notes-1-135-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-135-0/"
3636
}]
3737
})
3838
}}
3939
></script>
4040

41-
# Release Notes 1.135.0
42-
4341
## Expanded Framework Support
4442

4543
HyperExecute now extends its support to encompass four widely used testing frameworks: **Maven/JUnit4, Maven/JUnit5, WDIO/Mocha, and WDIO/Jasmine**. This expansion caters to a broader range of testing scenarios and preferences, enabling seamless integration with existing testing workflows.

docs/hyperexecute-release-notes-1-136-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-136-0
3-
title: Release Notes 1.136.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.136.0
6-
description: Release Notes 1.136.0
3+
title: Version 1.136.0
4+
hide_title: false
5+
sidebar_label: Version 1.136.0
6+
description: Version 1.136.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-136-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-136-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.136.0
42-
4340
## Security Improvements
4441

4542
HyperExecute is committed to prioritizing security and safeguarding our users' data and infrastructure. This release introduces a comprehensive set of security enhancements that reinforce our commitment to providing a secure and reliable testing platform.

docs/hyperexecute-release-notes-1-137-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-137-0
3-
title: Release Notes 1.137.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.137.0
6-
description: Release Notes 1.137.0
3+
title: Version 1.137.0
4+
hide_title: false
5+
sidebar_label: Version 1.137.0
6+
description: Version 1.137.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-137-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-137-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.137.0
42-
4340
## Performance Enhancements for a Smoother Experience
4441

4542
HyperExecute is committed to continuously refining its performance, ensuring that testers can execute their tests efficiently and seamlessly. This release introduces subtle yet impactful performance enhancements that collectively elevate the user experience.

docs/hyperexecute-release-notes-1-138-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-138-0
3-
title: Release Notes 1.138.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.138.0
6-
description: Release Notes 1.138.0
3+
title: Version 1.138.0
4+
hide_title: false
5+
sidebar_label: Version 1.138.0
6+
description: Version 1.138.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-138-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-138-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.138.0
42-
4340
## Infrastructure Improvement for Autoscaling
4441

4542
HyperExecute continuously strives to enhance its autoscaling infrastructure to ensure optimal resource allocation and seamless test execution. This release introduces significant infrastructure improvements that elevate autoscaling efficiency, cost-effectiveness, and reliability.

docs/hyperexecute-release-notes-1-139-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-139-0
3-
title: Release Notes 1.139.0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.139.0
6-
description: Release Notes 1.139.0
3+
title: Version 1.139.0
4+
hide_title: false
5+
sidebar_label: Version 1.139.0
6+
description: Version 1.139.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-139-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-139-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.139.0
42-
4340
## Enhanced User Experience with Refined UI/UX
4441

4542
HyperExecute is committed to continuously improving the user experience by implementing thoughtful UI/UX enhancements. This release brings a host of refinements that streamline navigation, enhance accessibility, and elevate the overall user experience.

docs/hyperexecute-release-notes-1-140-0.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hyperexecute-release-notes-1-140-0
3-
title: Release Notes 1.140-0
4-
hide_title: true
5-
sidebar_label: Release Notes 1.140.0
6-
description: Release Notes 1.140.0
3+
title: Version 1.140-0
4+
hide_title: false
5+
sidebar_label: Version 1.140.0
6+
description: Version 1.140.0
77
keywords:
88
- LambdaTest Hyperexecute
99
- LambdaTest Hyperexecute help
@@ -31,15 +31,12 @@ slug: hyperexecute-release-notes-1-140-0/
3131
},{
3232
"@type": "ListItem",
3333
"position": 3,
34-
"name": "Release Notes",
34+
"name": "Version",
3535
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-1-140-0/"
3636
}]
3737
})
3838
}}
3939
></script>
40-
41-
# Release Notes 1.140.0
42-
4340
## Test Muting
4441

4542
Test Muting is a new feature designed to enhance test efficiency and effectiveness by allowing users to temporarily disable specific test cases. This feature proves particularly useful for skipping consistently failing or irrelevant tests, streamlining test runs and enabling a sharper focus on crucial results.

0 commit comments

Comments
 (0)