Skip to content

Commit 6e95eb6

Browse files
updated the release notes
1 parent e057ddd commit 6e95eb6

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-4
3+
title: Version 2.8.4
4+
hide_title: false
5+
sidebar_label: Version 2.8.4
6+
description: Version 2.8.4
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-8-4/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-4/
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+
import CodeBlock from '@theme/CodeBlock';
21+
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
22+
23+
<script type="application/ld+json"
24+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
25+
"@context": "https://schema.org",
26+
"@type": "BreadcrumbList",
27+
"itemListElement": [{
28+
"@type": "ListItem",
29+
"position": 1,
30+
"name": "Home",
31+
"item": "https://www.lambdatest.com"
32+
},{
33+
"@type": "ListItem",
34+
"position": 2,
35+
"name": "Support",
36+
"item": "https://www.lambdatest.com/support/docs/"
37+
},{
38+
"@type": "ListItem",
39+
"position": 3,
40+
"name": "Version",
41+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-8-4/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## 🚀 New Feature: Enhanced Left-Side Test List View for Cypress
47+
We’re excited to announce the launch of a brand-new Left-Side Test List View in the HyperExecute Automation Dashboard, tailored specifically for Cypress test executions. This enhancement is designed to provide users with a more intuitive, informative, and actionable interface for navigating and debugging their Cypress automation builds.
48+
49+
### 🔍 Overview
50+
The new left-side panel now displays a vertical list of executed Cypress spec files within each build, making it easier than ever to:
51+
52+
- Understand the status of individual test files at a glance.
53+
- Navigate between test files quickly.
54+
- Debug failed or skipped tests efficiently.
55+
- Monitor execution time per file.
56+
This feature significantly improves user experience by streamlining test result analysis and accelerating troubleshooting.
57+
58+
### ✅ Key Features Implemented
59+
#### 1. Test File Listing
60+
- Each Cypress spec file (e.g., actions.spec.js, tunnel.spec.js) is displayed in a clean vertical list.
61+
- Files are grouped under their corresponding build for better context.
62+
- Sorted by execution start time to reflect chronological order.
63+
64+
#### 2. Status Indicators
65+
- Green checkmark (✔️): Test passed successfully.
66+
- Red cross (✖️): Test failed.
67+
- Yellow clock (⏳): Test is currently running (real-time updates).
68+
- Grey icon (–): Test was skipped or not executed.
69+
70+
✅ Statuses are clearly visible and consistent across both the Build Summary page and individual Test Run pages.
71+
72+
#### 3. Execution Time Display
73+
- Execution duration shown next to each test file.
74+
- Time format adapts based on length:
75+
- 25s (seconds)
76+
- 2m 59s (minutes and seconds)
77+
78+
✅ Times like 2m 59s, 35s, and 44s are accurately rendered in UI as expected.
79+
80+
#### 4. Search and Filter
81+
- A dedicated “Search Tests” bar is available at the top of the test list.
82+
- Users can filter test files dynamically by filename for faster navigation.
83+
84+
### 🧪 Use Cases & Benefits
85+
| Use Case | Benefits |
86+
|----------|----------|
87+
| Quickly identifying failed tests | Streamlined debugging process |
88+
| Monitoring execution time per file | Better performance tracking |
89+
| Searching through long test lists | Improved productivity and usability |
90+
| Viewing real-time test statuses | Enables proactive monitoring during CI/CD |
91+
92+
### 📌 Accessing the Feature
93+
This feature is enabled by default for all Cypress-based test executions on HyperExecute. Simply navigate to your Automation Dashboard , select a Cypress build, and view the enhanced left-side test list in the Build Summary or individual Test Run views.

docs/hyperexecute-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
5353
#### April, 2025
5454
| Release Number | Release Date |
5555
|----------------|--------------|
56+
| [Version 2.8.4](/support/docs/hyperexecute-release-notes-2-8-4) | April 28, 2025|
5657
| [Version 2.8.2](/support/docs/hyperexecute-release-notes-2-8-2) | April 21, 2025|
5758
| [Version 2.8.1](/support/docs/hyperexecute-release-notes-2-8-1) | April 14, 2025|
5859

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ module.exports = {
866866
collapsed: true,
867867
label: "April, 2025",
868868
items: [
869+
'hyperexecute-release-notes-2-8-4',
869870
'hyperexecute-release-notes-2-8-2',
870871
'hyperexecute-release-notes-2-8-1',
871872
]

0 commit comments

Comments
 (0)