Skip to content

Commit ecaa79f

Browse files
updated the hyperexecute test chains doc
1 parent 693e0e7 commit ecaa79f

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/hyperexecute-connected-workflows.md renamed to docs/hyperexecute-test-chains.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: hyperexecute-connected-workflows
3-
title: HyperExecute Connected Workflows
4-
sidebar_label: Connected Workflows
2+
id: hyperexecute-test-chains
3+
title: HyperExecute Test Chains
4+
sidebar_label: Test Chains
55
description: Discover the power of HyperExecute connected workflows and how testers or developers can leverage it for their daily autoamtion testing of their organization features.
66
keywords:
77
- LambdaTest Hyperexecute
@@ -12,9 +12,9 @@ keywords:
1212
- Schedule Workflows
1313
- Connected Workflows
1414
- Chained tests
15-
url: https://www.lambdatest.com/support/docs/hyperexecute-connected-workflows/
15+
url: https://www.lambdatest.com/support/docs/hyperexecute-test-chains/
1616
site_name: LambdaTest
17-
slug: hyperexecute-connected-workflows/
17+
slug: hyperexecute-test-chains/
1818
---
1919

2020
<script type="application/ld+json"
@@ -35,14 +35,14 @@ slug: hyperexecute-connected-workflows/
3535
"@type": "ListItem",
3636
"position": 3,
3737
"name": "HyperExecute Concepts",
38-
"item": "https://www.lambdatest.com/support/docs/hyperexecute-connected-workflows/"
38+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-test-chains/"
3939
}]
4040
})
4141
}}
4242
></script>
43-
Connected workflows allow you to link multiple test workflows so that one workflow triggers another based on specific conditions, such as the success or failure of a previous workflow. This feature eliminates the need for manual intervention between different stages of testing, allowing for a seamless automated testing pipeline.
43+
Test Chains allow you to link multiple test workflows so that one workflow triggers another based on specific conditions, such as the success or failure of a previous workflow. This feature eliminates the need for manual intervention between different stages of testing, allowing for a seamless automated testing pipeline.
4444

45-
In this guide, we will walk through the setup and use of connected workflows in HyperExecute, providing real-world examples and step-by-step instructions on how to implement them.
45+
In this guide, we will walk through the steps to create test chains using connected workflows in HyperExecute, providing real-world examples and step-by-step instructions on how to implement them.
4646

4747
## Features of HyperExecute Connected Workflows
4848
- **Automated Workflow Chains:** Define test chains where the success of one workflow triggers subsequent workflows.
@@ -80,7 +80,7 @@ Follow these steps to configure connected workflows in HyperExecute:
8080

8181
### Prerequisite
8282
- Setup your [Project](/support/docs/hyperexecute-projects/#setup-your-project) before setting up the Workflows.
83-
- You must have created your required [wokrflows](/support/docs/hyperexecute-projects/#schedule-your-workflows) that you want to trigger.
83+
- You must have created your required [workflows](/support/docs/hyperexecute-projects/#schedule-your-workflows) that you want to trigger.
8484

8585
### Step 1: Setup Workflow
8686
- Click on the "**Setup Workflow**" button:
@@ -90,17 +90,17 @@ Follow these steps to configure connected workflows in HyperExecute:
9090
- **YAML File Path:** Provide the path to your YAML configuration file that contains the test definitions for this workflow.
9191
- Click "Next" to proceed to the scheduling configuration.
9292

93-
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/connected-workflows/1.png').default} alt="Image" className="doc_img"/>
93+
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/test-chains/1.png').default} alt="Image" className="doc_img"/>
9494

9595
### Step 2: Configure the Schedule
9696
- Configure the schedule of your workflow. Select the **days** and **time** at which you want to trigger your tests. Click on **Next**.
9797

9898
### Step 3: Workflow Linking
9999
You can link this workflow to other existing workflows within the same project or across other projects you own. Once this workflow completes successfully, it can automatically trigger the linked workflows, enabling seamless execution across stages. To set this up, simply select the projects and workflows you wish to trigger from the available list. This feature allows you to build automated, end-to-end workflow chains, ideal for orchestrating complex testing and deployment pipelines.
100100

101-
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/connected-workflows/2.png').default} alt="Image" className="doc_img"/>
101+
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/test-chains/2.png').default} alt="Image" className="doc_img"/>
102102

103103
## Conclusion
104-
HyperExecute’s Connected Workflows feature significantly enhances the automation of testing processes by creating logical dependencies between workflows. This feature allows for a more efficient, error-free testing pipeline that ensures quality software with minimal manual intervention.
104+
HyperExecute’s Test Chain feature significantly enhances the automation of testing processes by creating logical dependencies between workflows. This feature allows for a more efficient, error-free testing pipeline that ensures quality software with minimal manual intervention.
105105

106106
By setting up workflows that automatically trigger based on the outcomes of previous ones, teams can reduce the time spent managing tests, allowing them to focus on critical tasks. Whether you are running smoke tests first, followed by full regression tests, or organizing tests based on severity, HyperExecute provides the flexibility to streamline your testing processes.

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ module.exports = {
717717
"hyperexecute-build-mobile-apps-using-tools",
718718
"hyperexecute-utilizing-custom-libraries",
719719
"hyperexecute-supported-languages-and-packages",
720-
"hyperexecute-connected-workflows"
720+
"hyperexecute-test-chains"
721721
],
722722
},
723723
{

0 commit comments

Comments
 (0)