Skip to content

Commit 9324cf7

Browse files
authored
Merge pull request #2323 from Ishavyas9/main
Updated SmartUI using Storybook On LambdaTest
2 parents ad94468 + 12ee7b3 commit 9324cf7

File tree

5 files changed

+76
-3
lines changed

5 files changed

+76
-3
lines changed

docs/hyperexecute-projects.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ If a project with your chosen name already exists, HyperExecute will link your j
8383
8484
**Step 2:** Select **Custom Project** as the **Type of Project**. Provide a unique **Project Name** (required) and select your desired framework and language used in your project. Click on the **Continue**.
8585
86-
87-
**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.
86+
**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/)** / **Azure Repo URL** and the **[Access Token](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows)** of your repository. You can also add your team members as **Co-Owners** to allow them to edit or delete the project alongside you.
8887
8988
:::info important
90-
Currently, only **GitHub** and **Bitbucket** repositories are supported.
89+
Currently, only **GitHub**, **Bitbucket** and **Azure** repositories are supported.
9190
:::
9291
9392
Click on **Save** button to finish the setup of your project.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
id: hyperexecute-release-notes-3-1-2
3+
title: Version 3.1.2
4+
hide_title: false
5+
sidebar_label: Version 3.1.2
6+
description: Version 3.1.2
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-3-1-2/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-3-1-2/
15+
---
16+
17+
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
18+
19+
<script type="application/ld+json"
20+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
21+
"@context": "https://schema.org",
22+
"@type": "BreadcrumbList",
23+
"itemListElement": [{
24+
"@type": "ListItem",
25+
"position": 1,
26+
"name": "Home",
27+
"item": "https://www.lambdatest.com"
28+
},{
29+
"@type": "ListItem",
30+
"position": 2,
31+
"name": "Support",
32+
"item": "https://www.lambdatest.com/support/docs/"
33+
},{
34+
"@type": "ListItem",
35+
"position": 3,
36+
"name": "Version",
37+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-1-2/"
38+
}]
39+
})
40+
}}
41+
></script>
42+
## Rerun Failed Tests on HyperExecute
43+
Quickly validate fixes without rerunning your entire test suite. With the new Rerun Failed Tests feature, you can relaunch only the failed scenarios or the full suite directly from the dashboard, drastically reducing execution time and improving feedback cycles. Reruns use the same YAML configuration for consistent, reproducible results, with options to pick the same or latest commit and adjust concurrency.
44+
45+
> **Learn more:** Refer to the detailed [Rerun Failed Tests documentation.](https://www.lambdatest.com/support/docs/hyperexecute-rerun-failed-tests/)
46+
47+
## Snooper Compatibility Update
48+
Snooper is not compatible with Alpine-based Docker images because Alpine uses musl libc instead of glibc, which Snooper requires. To avoid runtime errors or unexpected failures, ensure your images are built on a non-Alpine base that includes glibc. This helps maintain consistent behavior when updating or troubleshooting Docker environments.
49+
50+
> **Learn more:** Refer to the [Snooper documentation](https://www.lambdatest.com/support/docs/hyperexecute-snooper/).
51+
52+
## View & Verify Code-Signed HyperExecute CLI Binaries
53+
You can now easily verify the authenticity of downloaded HyperExecute CLI binaries using platform-specific code-signing checks. Each release is digitally signed to ensure integrity and trust, with clear instructions for Linux, macOS, and Windows users to validate the signature or certificate before use.
54+
55+
> **Learn more:** Refer to the [Code Signing Verification Guide](https://www.lambdatest.com/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/#verifying-the-authenticity-of-the-cli)

docs/hyperexecute-release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
5656
| [Version 0.2.249](/support/docs/hyperexecute-cli-release-notes-0-2-249) | January 13, 2025|
5757

5858
### 2025 releases
59+
#### November, 2025
60+
| Release Number | Release Date |
61+
|----------------|--------------|
62+
| [Version 3.1.2](/support/docs/hyperexecute-release-notes-3-1-2) | Nov 10, 2025|
63+
5964
#### October, 2025
6065
| Release Number | Release Date |
6166
|----------------|--------------|

docs/smartui-storybook-integration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,14 @@ Add the following to your .storybook/main.js. You can read more about this here
104104
```js title=".storybook/main.js"
105105
module.exports = {
106106
features: {
107+
// Required for Storybook > v9
107108
buildStoriesJson: true,
108109
},
109110
};
110111
```
111112

113+
>**Note**: `buildStoriesJson` is available for Storybook versions below v9.
114+
112115
#### Storybook v9+ Play Function Support
113116

114117
SmartUI supports Storybook's `play` function (available in Storybook v9+) for interactive component testing. The `play` function allows you to interact with components before capturing screenshots.
@@ -458,6 +461,9 @@ Verify Storybook Server
458461
- Ensure Storybook is running on the specified URL/port
459462
- Check that `buildStoriesJson: true` is set in `.storybook/main.js`
460463

464+
465+
>**Note**: `buildStoriesJson` is available for Storybook versions below v9.
466+
461467
</TabItem>
462468
<TabItem value='check-story-inclusion-exclusion' label='Check Story Inclusion/Exclusion' >
463469

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,14 @@ module.exports = {
925925
collapsed: true,
926926
label: "2025 Releases",
927927
items: [
928+
{
929+
type: "category",
930+
collapsed: true,
931+
label: "November, 2025",
932+
items: [
933+
"hyperexecute-release-notes-3-1-2",
934+
],
935+
},
928936
{
929937
type: "category",
930938
collapsed: true,

0 commit comments

Comments
 (0)