Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1071 from Aman1905/stage #1072

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ The various flags that are supported are listed below.
| [--verbose](#--verbose) | NA | Logging of every proxy request to stdout. |
| [--version](#--version) | NA | Version of the HyperExecute CLI. |

| [analyze](#analyze) | NA | Shows the project description of the user. |

### `--concurrency`
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/).
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/hyperexecute-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Projects serve as a centralized platform for organizing and managing test execut

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

**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.
**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.

:::info important
Currently, only **GitHub** repositories are supported.
Currently, only **GitHub** and **Bitbucket** repositories are supported.
:::

Click on **Save** button to finish the setup of your project.
Expand Down
51 changes: 51 additions & 0 deletions docs/hyperexecute-release-notes-2-5-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
id: hyperexecute-release-notes-2-5-8
title: Version 2.5.8
hide_title: false
sidebar_label: Version 2.5.8
description: Version 2.5.8
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-5-8/
---

import NewReleaseTag from '../src/component/newRelease.js';
import EnhancementTag from '../src/component/enhancementTag';
import BugFixTag from '../src/component/bugFixTag';

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Version",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/"
}]
})
}}
></script>
## Added Bitbucket Support in Projects Feature ✨
HyperExecute Projects now supports Bitbucket repositories for workflow scheduling. You can seamlessly connect and manage workflows using either GitHub or Bitbucket repositories.

### Key Functionalities:
- Connect Bitbucket repositories using Repository Access Tokens
- Schedule and automate workflows from Bitbucket repositories
- Maintain existing GitHub integration with unchanged functionality
> 📕 Refer to the [Projects Documentation](/support/docs/hyperexecute-projects/)
5 changes: 5 additions & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a

## HyperExecute Releases

### November, 2024
| Release Number | Release Date |
|----------------|--------------|
| [Version 2.5.8](/support/docs/hyperexecute-release-notes-2-5-8) | November 04, 2024|

### October, 2024
| Release Number | Release Date |
|----------------|--------------|
Expand Down
8 changes: 8 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,14 @@ module.exports = {
id: "hyperexecute-release-notes",
},
items: [
{
type: "category",
collapsed: true,
label: "November, 2024",
items: [
'hyperexecute-release-notes-2-5-8',
]
},
{
type: "category",
collapsed: true,
Expand Down
Loading