Skip to content

Commit edc3250

Browse files
authored
Merge pull request #1072 from surishubham/main
Merge pull request #1071 from Aman1905/stage
2 parents 36d1099 + c122b4d commit edc3250

File tree

5 files changed

+66
-4
lines changed

5 files changed

+66
-4
lines changed

docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ The various flags that are supported are listed below.
100100
| [--verbose](#--verbose) | NA | Logging of every proxy request to stdout. |
101101
| [--version](#--version) | NA | Version of the HyperExecute CLI. |
102102

103-
| [analyze](#analyze) | NA | Shows the project description of the user. |
104-
105103
### `--concurrency`
106104
This flag allows you to define the number of concurrent sessions running on HyperExecute. For more information on concurrency, go to [this page](/support/docs/hyperexecute-auto-split-strategy/).
107105
```bash

docs/hyperexecute-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Projects serve as a centralized platform for organizing and managing test execut
4444

4545
<img loading="lazy" src={require('../assets/images/hyperexecute/features/projects/create-project.gif').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
4646

47-
**Step 3:** Provide the **GitHub URL** and the **[Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)** of your repository. You can also add your team members as **Co-Owners** to allow them to edit or delete the project alongside you.
47+
**Step 3:** Provide your **GitHub URL** and the **[Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)** / **Bitbucket URL** and the **[Repository Access Tokens](https://support.atlassian.com/bitbucket-cloud/docs/repository-access-tokens/)** of your repository. You can also add your team members as **Co-Owners** to allow them to edit or delete the project alongside you.
4848

4949
:::info important
50-
Currently, only **GitHub** repositories are supported.
50+
Currently, only **GitHub** and **Bitbucket** repositories are supported.
5151
:::
5252

5353
Click on **Save** button to finish the setup of your project.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
id: hyperexecute-release-notes-2-5-8
3+
title: Version 2.5.8
4+
hide_title: false
5+
sidebar_label: Version 2.5.8
6+
description: Version 2.5.8
7+
keywords:
8+
- LambdaTest Hyperexecute
9+
- LambdaTest Hyperexecute help
10+
- LambdaTest Hyperexecute documentation
11+
- FAQs
12+
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-5-8/
15+
---
16+
17+
import NewReleaseTag from '../src/component/newRelease.js';
18+
import EnhancementTag from '../src/component/enhancementTag';
19+
import BugFixTag from '../src/component/bugFixTag';
20+
21+
<script type="application/ld+json"
22+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
23+
"@context": "https://schema.org",
24+
"@type": "BreadcrumbList",
25+
"itemListElement": [{
26+
"@type": "ListItem",
27+
"position": 1,
28+
"name": "Home",
29+
"item": "https://www.lambdatest.com"
30+
},{
31+
"@type": "ListItem",
32+
"position": 2,
33+
"name": "Support",
34+
"item": "https://www.lambdatest.com/support/docs/"
35+
},{
36+
"@type": "ListItem",
37+
"position": 3,
38+
"name": "Version",
39+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/"
40+
}]
41+
})
42+
}}
43+
></script>
44+
## Added Bitbucket Support in Projects Feature ✨
45+
HyperExecute Projects now supports Bitbucket repositories for workflow scheduling. You can seamlessly connect and manage workflows using either GitHub or Bitbucket repositories.
46+
47+
### Key Functionalities:
48+
- Connect Bitbucket repositories using Repository Access Tokens
49+
- Schedule and automate workflows from Bitbucket repositories
50+
- Maintain existing GitHub integration with unchanged functionality
51+
> 📕 Refer to the [Projects Documentation](/support/docs/hyperexecute-projects/)

docs/hyperexecute-release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
4343

4444
## HyperExecute Releases
4545

46+
### November, 2024
47+
| Release Number | Release Date |
48+
|----------------|--------------|
49+
| [Version 2.5.8](/support/docs/hyperexecute-release-notes-2-5-8) | November 04, 2024|
50+
4651
### October, 2024
4752
| Release Number | Release Date |
4853
|----------------|--------------|

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,14 @@ module.exports = {
851851
id: "hyperexecute-release-notes",
852852
},
853853
items: [
854+
{
855+
type: "category",
856+
collapsed: true,
857+
label: "November, 2024",
858+
items: [
859+
'hyperexecute-release-notes-2-5-8',
860+
]
861+
},
854862
{
855863
type: "category",
856864
collapsed: true,

0 commit comments

Comments
 (0)