Skip to content
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
58 changes: 58 additions & 0 deletions docs/hyperexecute-release-notes-3-0-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
id: hyperexecute-release-notes-3-0-0
title: Version 3.0.0
hide_title: false
sidebar_label: Version 3.0.0
description: Version 3.0.0
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-0/
site_name: LambdaTest
slug: hyperexecute-release-notes-3-0-0/
---

import NewReleaseTag from '../src/component/newRelease.js';
import EnhancementTag from '../src/component/enhancementTag';
import BugFixTag from '../src/component/bugFixTag';
import CodeBlock from '@theme/CodeBlock';
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";

<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-3-0-0/"
}]
})
}}
></script>
## Language Support for Android Real Device Maestro Framework

We have introduced language support for Maestro tests on Android devices in HyperExecute. Now, you can configure the language parameter directly in your HyperExecute YAML under the [framework](https://www.lambdatest.com/support/docs/hyperexecute-yaml-version0.2/#framework) flag.

This enhancement is particularly useful when your testing applications in non-English environments. For example, you can now run tests in Spanish by setting:

```yaml title="hyperexecute.yaml"
framework:
name: raw
args:
language: es
locale: ES
```
1 change: 1 addition & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
#### August, 2025
| Release Number | Release Date |
|----------------|--------------|
| [Version 3.0.0](/support/docs/hyperexecute-release-notes-3-0-0) | August 18, 2025|
| [Version 2.9.9](/support/docs/hyperexecute-release-notes-2-9-9) | August 11, 2025|
| [Version 2.9.8](/support/docs/hyperexecute-release-notes-2-9-8) | August 04, 2025|

Expand Down
50 changes: 28 additions & 22 deletions docs/hyperexecute-yaml-version0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ The ```framework``` field in Hyperexecute YAML Version 0.2 allows you to configu
| [defaultReports](#defaultReports) | Boolean | No | Specifies whether to create default reports for the specified framework.|
| [region](#region) | String | No | Specifies in which region you want to spin your appium tests.|
| [artifacts](#artifacts) | Boolean | No | Specifies whether to generate artifacts or not |
| [language](#language) | String | No | Specifies the device’s system language for the test session. This determines the language in which your app’s UI and strings will be displayed. |
| [locale](#locale) | String | No | Defines the regional format settings such as date, time, currency, and number conventions. |

### `name`
Specifies the testing framework used in your repository.
Expand Down Expand Up @@ -180,6 +182,28 @@ framework:

> 📕 Learn [how to perform group-based test discovery in TestNG](/support/docs/hyperexecute-how-to-perform-group-based-test-discovery-in-testng)


### `language`

Specifies the device’s system language for the test session. This determines the language in which your app’s UI and strings will be displayed.

```yaml
framework:
args:
language: es
```

### `locale`

Defines the regional format settings such as date, time, currency, and number conventions.

```yaml
framework:
args:
locale: ES
```


## Sample Yaml Version 0.2

```yaml
Expand All @@ -204,7 +228,9 @@ framework:
workingDirectory: src/main
defaultReports: false
args:
region: us
region: ap
language: es
locale: es

retryOnFailure: true
maxRetries: 1
Expand All @@ -217,24 +243,4 @@ uploadArtefacts:
- name: ExecutionSnapshots
path:
- target/surefire-reports/html/**
```

<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com">
Home
</a>
</li>
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
Support
</a>
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
Hyperexecute Yaml Version 0.2
</span>
</li>
</ul>
</nav>
```
31 changes: 1 addition & 30 deletions docs/list-of-supported-locales.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,33 +247,4 @@ Locale to be passed in the capability - locale: 'fr_FR' where fr is language cod
| Mexico | es-MX |
| South Africa | en-ZA |

>
That's all! In case you come across any doubts or have any questions for us, feel free to drop them at our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24x7 Chat Support**</span> or you could also mail us directly at **[support@lambdatest.com](mailto:support@lambdatest.com)**.

<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com">
Home
</a>
</li>
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
Support
</a>
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
Linear App Integration
</span>
</li>
</ul>
</nav>








> That's all! In case you come across any doubts or have any questions for us, feel free to drop them at our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24x7 Chat Support**</span> or you could also mail us directly at **[support@lambdatest.com](mailto:support@lambdatest.com)**.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ module.exports = {
collapsed: true,
label: "August, 2025",
items: [
"hyperexecute-release-notes-3-0-0",
"hyperexecute-release-notes-2-9-9",
"hyperexecute-release-notes-2-9-8",
],
Expand Down
Loading