Skip to content

Commit 2b875bc

Browse files
committed
Merge pull request #1398 from GarvitLT/stage
Changed Getting Started Page of HyperEx
1 parent e0546f6 commit 2b875bc

File tree

1 file changed

+79
-16
lines changed

1 file changed

+79
-16
lines changed

docs/getting-started-with-hyperexecute.md

Lines changed: 79 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: getting-started-with-hyperexecute
3-
title: Getting started with HyperExecute
3+
title: Getting Started with HyperExecute
44
hide_title: false
55
sidebar_label: HyperExecute
66
description: Get started with HyperExecute on LambdaTest for faster web automation tests using Matrix and Auto-Split strategies. Test with Selenium languages at high speeds.
@@ -51,21 +51,82 @@ import HyperExecuteSupportedLanguageDocs from '../src/component/SupportedLanguag
5151
})
5252
}}
5353
></script>
54-
HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test automation teams worldwide to achieve an accelerated time to market by providing JIT (Just-in-time) testing infrastructure that offers enhanced test execution speeds, smart test orchestration, detailed execution logs and much more.
54+
Welcome to HyperExecute, **an AI-Powered Test Orchestration Cloud Platform**, designed to accelerate your testing process, enabling test automation teams worldwide to achieve an accelerated time to market by providing **JIT (Just-in-time) testing infrastructure**.
5555

56-
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.
56+
If you want to learn more about HyperExecute and how it can enable your team, then you are the right place. This guide will help you take your first steps with HyperExecute, from understanding the basics to running your first test.
5757

58-
> Let's understand the [HyperExecute Dashboard](/support/docs/hyperexecute-guided-walkthrough/) together.
58+
<!-- HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test automation teams worldwide to achieve an accelerated time to market by providing JIT (Just-in-time) testing infrastructure that offers enhanced test execution speeds, smart test orchestration, detailed execution logs and much more. -->
59+
60+
<!-- 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. -->
61+
62+
<!-- > Let's understand the [HyperExecute Dashboard](/support/docs/hyperexecute-guided-walkthrough/) together. -->
5963

6064
<img loading="lazy" src={require('../assets/images/hyperexecute/getting_started/hyperexecute.png').default} alt="Image" className="doc_img"/>
6165

62-
:::tip FIND US on cloud **🔍**
63-
You can also find us on your favourite Cloud Platform:
64-
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)
65-
- [Amazon Web Services Marketplace](https://aws.amazon.com/marketplace/pp/prodview-35cneaxfou2eq) and
66-
- [Google Cloud Provider Marketplace](https://console.cloud.google.com/marketplace/product/hyperexecute-privatecloud/lambdatest?pli=1)
66+
### What is HyperExecute?
67+
68+
HyperExecute by LambdaTest is a cutting-edge, AI-powered platform designed for DevOps teams and QA engineers to significantly accelerate software testing pipelines. HyperExecute **replaces traditional hub-and-node test grids** with advanced orchestration techniques, **eliminating network latency and optimizing resource usage**. With HyperExecute:
69+
70+
- **Slash your time-to-market** with parallel execution that distributes tests optimally across available resources improving efficiency.
71+
- **Make data-driven testing decisions** using historical performance trends that reveal patterns and help optimize your testing strategy
72+
- **Never worry about infrastructure constraints** with dynamic scaling to handle peak testing demands, running 10 tests or 10,000.
73+
- **Enable multiple teams using different frameworks** to run tests simultaneously across various environments on same license.
74+
<!-- - **Intelligent Test Distribution**: Smart test allocation ensures optimal execution efficiency. -->
75+
<!-- - **Real-Time Insights**: Access immediate feedback with comprehensive live logs and detailed execution analytics. -->
76+
<!-- - **On-Demand Scalability**: Dynamically scale testing infrastructure to handle any volume or complexity of tests. -->
77+
<!-- - **Seamless Integration**: Effortlessly integrate with major CI/CD pipelines and testing frameworks for streamlined workflows. -->
78+
79+
Whether testing web or mobile applications, HyperExecute empowers your team to deliver higher-quality software rapidly and reliably.
80+
81+
### Compatible with All Major Frameworks
82+
HyperExecute seamlessly supports all major test automation frameworks as shown below. Regardless of your existing testing stack, it will integrate smoothly to enhance your workflows without disruption.
83+
84+
<HyperExecuteSupportedLanguageDocs />
85+
86+
<div className="lt-framework-list-footer">
87+
<p>In case your favorite framework or tool isn't listed here, just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Shout Out Here</span>.
88+
<br/>In case of any other problems, feel free to <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span>.</p>
89+
</div>
90+
91+
### Let's Run your First Test
92+
Ready to experience the power of HyperExecute? Getting started is easy—we’ve simplified the process so you can effortlessly launch your first test with three flexible approaches and experience the speed by yourself:
93+
94+
:::note RUN SAMPLE TEST
95+
<Tabs>
96+
<TabItem value="quick" label="Quick Run" default>
97+
Execute tests directly from the HyperExecute Portal with sample setup - perfect for new users who want to see results immediately.
98+
99+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#1-using-quick-run" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
100+
101+
</TabItem>
102+
<TabItem value="CLI" label="Run on Local System">
103+
Run tests from your own machine using the HyperExecute CLI with sample project and preset configuration file.
104+
105+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#2-using-local-system" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
106+
</TabItem>
107+
<TabItem value="gitpod" label="Run on Gitpod">
108+
Run your tests in a fully managed online development environment, without any local installations or configurations.
109+
110+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#3-using-gitpod" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
111+
</TabItem>
112+
</Tabs>
67113
:::
68114

115+
<!-- Each method provides a streamlined experience with sample projects. Our step-by-step guide walks you through the entire process, from selecting your framework to viewing your test results on the HyperExecute Dashboard. -->
116+
117+
### Watch HyperExecute in Action
118+
119+
Get a comprehensive overview of HyperExecute's capabilities by watching our introductory webinar.
120+
<div className="ytframe">
121+
<div className="youtube" data-embed="7aZv7knyViw">
122+
<div className="play-button"></div>
123+
</div>
124+
</div>
125+
126+
### Next Steps
127+
128+
Now that you've set up HyperExecute and run your first test, explore these resources to make the most of the platform:
129+
69130
<div className="support_main">
70131
<a href="/support/docs/hyperexecute-running-your-first-job/">
71132
<div className="support_inners">
@@ -117,16 +178,18 @@ You can also find us on your favourite Cloud Platform:
117178
</a>
118179
</div>
119180

120-
<!-- Here are all the languages and frameworks supported by HyperExecute. -->
181+
:::tip We’re Already in Your Favorite Cloud!
182+
Deploy our cloud-native test orchestration platform directly from your trusted marketplace:
183+
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)
184+
- [Amazon Web Services Marketplace](https://aws.amazon.com/marketplace/pp/prodview-35cneaxfou2eq)
185+
- [Google Cloud Provider Marketplace](https://console.cloud.google.com/marketplace/product/hyperexecute-privatecloud/lambdatest?pli=1)
186+
:::
121187

122-
<HyperExecuteSupportedLanguageDocs />
123188

124-
<div className="lt-framework-list-footer">
125-
<p>In case your favorite framework or tool isn't listed here, just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Shout Out Here</span>.
126-
<br/>In case of any other problems, feel free to <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span>.</p>
127-
</div>
189+
<!-- Here are all the languages and frameworks supported by HyperExecute. -->
190+
128191

129-
> HyperExecute supports multiple languages and testing frameworks. See the comprehensive list & samples [here](/support/docs/hyperexecute-supported-languages-and-frameworks/).
192+
<!-- > HyperExecute supports multiple languages and testing frameworks. See the comprehensive list & samples [here](/support/docs/hyperexecute-supported-languages-and-frameworks/). -->
130193

131194
<nav aria-label="breadcrumbs">
132195
<ul className="breadcrumbs">

0 commit comments

Comments
 (0)