You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Language Support for Android Real Device Maestro Framework
47
+
48
+
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.
49
+
50
+
This enhancement is particularly useful when your testing applications in non-English environments. For example, you can now run tests in Spanish by setting:
Copy file name to clipboardExpand all lines: docs/hyperexecute-yaml-version0.2.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ The ```framework``` field in Hyperexecute YAML Version 0.2 allows you to configu
65
65
|[defaultReports](#defaultReports)| Boolean | No | Specifies whether to create default reports for the specified framework.|
66
66
|[region](#region)| String | No | Specifies in which region you want to spin your appium tests.|
67
67
|[artifacts](#artifacts)| Boolean | No | Specifies whether to generate artifacts or not |
68
+
|[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. |
69
+
|[locale](#locale)| String | No | Defines the regional format settings such as date, time, currency, and number conventions. |
68
70
69
71
### `name`
70
72
Specifies the testing framework used in your repository.
@@ -180,6 +182,28 @@ framework:
180
182
181
183
> 📕 Learn [how to perform group-based test discovery in TestNG](/support/docs/hyperexecute-how-to-perform-group-based-test-discovery-in-testng)
182
184
185
+
186
+
### `language`
187
+
188
+
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.
189
+
190
+
```yaml
191
+
framework:
192
+
args:
193
+
language: es
194
+
```
195
+
196
+
### `locale`
197
+
198
+
Defines the regional format settings such as date, time, currency, and number conventions.
Copy file name to clipboardExpand all lines: docs/list-of-supported-locales.md
+1-30Lines changed: 1 addition & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,33 +247,4 @@ Locale to be passed in the capability - locale: 'fr_FR' where fr is language cod
247
247
| Mexico | es-MX |
248
248
| South Africa | en-ZA |
249
249
250
-
>
251
-
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 **[[email protected]](mailto:[email protected])**.
> 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 **[[email protected]](mailto:[email protected])**.
0 commit comments