Skip to content

Commit 1dcdb96

Browse files
hyp + kane ai release notes
1 parent 7d9d25e commit 1dcdb96

File tree

9 files changed

+184
-1
lines changed

9 files changed

+184
-1
lines changed
27.5 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
id: hyperexecute-release-notes-2-5-2
3+
title: Version 2.5.2
4+
hide_title: false
5+
sidebar_label: Version 2.5.2
6+
description: Version 2.5.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-2-5-2/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-5-2/
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+
21+
<script type="application/ld+json"
22+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
23+
"@context": "https://schema.org",
24+
"@type": "BreadcrumbList",
25+
"itemListElement": [{
26+
"@type": "ListItem",
27+
"position": 1,
28+
"name": "Home",
29+
"item": "https://www.lambdatest.com"
30+
},{
31+
"@type": "ListItem",
32+
"position": 2,
33+
"name": "Support",
34+
"item": "https://www.lambdatest.com/support/docs/"
35+
},{
36+
"@type": "ListItem",
37+
"position": 3,
38+
"name": "Version",
39+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-2/"
40+
}]
41+
})
42+
}}
43+
></script>
44+
45+
## 1. Cypress Detailed Command Logs for Enhanced Debugging <NewReleaseTag value="New Release" />
46+
**Detailed Cypress Command Logs** in HyperExecute generates an extensive, human-readable record of all Cypress commands and their corresponding results, both in the console and as a file. It helps narrow down test logs, making it easier to debug and troubleshoot Cypress tests.
47+
48+
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/detailed-cypress-logs.png').default} style={{width: '600px'}} alt="HyperExecute" className="doc_img"/> <br /><br />
49+
50+
> 📕 Learn how to enable [Detailed Command Logs](https://www.lambdatest.com/support/docs/cypress-detailed-command-logs/) for your Cypress tests.
51+
52+
## 2. Parameterized Report Email Handling in YAML <EnhancementTag value="Enhancement" />
53+
HyperExecute now supports a enhanced approach for managing multiple email addresses within the YAML configuration file. Previously, you needed to define multiple variables for email addresses (`${email1}`, `${email2}`, etc.). With this update, a single variable can now hold multiple email addresses, separated by commas or underscores, simplifying report sharing. This enhancement eliminates the need for multiple variables, making it easier to maintain and modify email configurations.
54+
55+
> 📕 Check the [Reports documentation](https://www.lambdatest.com/support/docs/hyperexecute-email-reports/#how-to-dynamically-set-your-email-address) to learn more about it.
56+
57+
## 3. Browser and Selenium Updates for Linux, Windows, and macOS <NewReleaseTag value="New Release" />
58+
Updated the browser versions across multiple platforms and upgraded the Selenium jars. This ensures compatibility with the latest features and security updates, improving test stability across different environments.
59+
60+
The following updates are now live:
61+
62+
- **Firefox:** version 129.0
63+
- **Chrome:** version 128.0
64+
- **Selenium Jars:** version 4.24

docs/hyperexecute-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
4646
### September, 2024
4747
| Release Number | Release Date |
4848
|----------------|--------------|
49+
| [Version 2.5.2](/support/docs/hyperexecute-release-notes-2-5-2) | September 23, 2024|
4950
| [Version 2.5.1](/support/docs/hyperexecute-release-notes-2-5-1) | September 16, 2024|
5051
| [Version 2.5.0](/support/docs/hyperexecute-release-notes-2-5-0) | September 10, 2024|
5152

docs/kaneai-release-notes-0-0-1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: kaneai-release-notes-0-0-1
3-
title: Beta Version 0.0.1
3+
title: Version 0.0.1 - Beta
44
hide_title: false
55
sidebar_label: Version 0.0.1
66
description: Beta Version 0.0.1
@@ -13,6 +13,7 @@ url: https://www.lambdatest.com/support/docs/kaneai-release-notes-0-0-1/
1313
site_name: LambdaTest
1414
slug: kaneai-release-notes-0-0-1/
1515
---
16+
import NewTag from '../src/component/newTag';
1617
import EnhancementTag from '../src/component/enhancementTag';
1718
import BugFixTag from '../src/component/bugFixTag';
1819

docs/kaneai-release-notes-0-0-2.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
id: kaneai-release-notes-0-0-2
3+
title: Version 0.0.2 - Beta
4+
hide_title: false
5+
sidebar_label: Version 0.0.2
6+
description: Beta Version 0.0.2
7+
keywords:
8+
- LambdaTest kaneai
9+
- LambdaTest kaneai help
10+
- LambdaTest kaneai documentation
11+
- FAQs
12+
url: https://www.lambdatest.com/support/docs/kaneai-release-notes-0-0-2/
13+
site_name: LambdaTest
14+
slug: kaneai-release-notes-0-0-2/
15+
---
16+
import NewTag from '../src/component/newTag';
17+
import EnhancementTag from '../src/component/enhancementTag';
18+
import BugFixTag from '../src/component/bugFixTag';
19+
20+
<script type="application/ld+json"
21+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
22+
"@context": "https://schema.org",
23+
"@type": "BreadcrumbList",
24+
"itemListElement": [{
25+
"@type": "ListItem",
26+
"position": 1,
27+
"name": "Home",
28+
"item": "https://www.lambdatest.com"
29+
},{
30+
"@type": "ListItem",
31+
"position": 2,
32+
"name": "Support",
33+
"item": "https://www.lambdatest.com/support/docs/"
34+
},{
35+
"@type": "ListItem",
36+
"position": 3,
37+
"name": "Version",
38+
"item": "https://www.lambdatest.com/support/docs/kaneai-release-notes-0-0-2/"
39+
}]
40+
})
41+
}}
42+
></script>
43+
## 1. Iframe, Shadow DOM, and Canvas Support
44+
KaneAI now fully supports testing for:
45+
46+
- Iframe elements 🖼️
47+
- Shadow DOM elements 🕶️
48+
- Canvas elements 🎨
49+
50+
## 2. Iframe-Shadow-Canvas Support in Code Export
51+
We've gone the extra mile to bring full Iframe, Shadow DOM, and Canvas support in code exports 🖥️. Now, KaneAI handles these intricate UI elements with precision during script generation, making your automation journey even smoother. Whether dealing with complex nested iframes or shadow-rooted elements, KaneAI has you covered!
52+
53+
## 3. Linux Image Fix in Test Management System (TMS) 🐧
54+
We've resolved a bug impacting the Linux image within the Test Management System (TMS), ensuring a smooth and error-free experience for users on this platform.
55+
56+
## 4. Auto-Scroll for Manual Interaction 🎯
57+
No more searching for the latest entries after clicking! KaneAI now automatically scrolls to the latest interaction in manual testing sessions, saving time and making testing more efficient.
58+
59+
## 5. View Issue Button on Error Only 🚨
60+
To enhance UI clarity, the "View Issue" button will only appear if there's an error within the viewport. This helps testers focus on relevant issues without unnecessary clutter.
61+
62+
## 6. Screenshot Modal Fix 📸
63+
We’ve fixed an issue where screenshots would appear outside the modal on both KaneAI and TMS. Screenshots will now stay neatly within their designated area for better viewing.
64+
65+
## 7. URL Update with Objective Changes 🌐
66+
Whenever you update an objective, the URL will now update along with any other pre-filled fields. This improvement ensures that your URLs stay in sync with your updates for better tracking and organization.
67+
68+
## 8. Prevention of Empty API Calls 🛑
69+
We've added logic to prevent empty planner API calls on the main objective page. This optimization reduces unnecessary network activity and speeds up the experience.
70+
71+
## 9. Label Overlap Fix in TMS 🏷️
72+
Fixed the issue of labels overlapping other elements on the TMS UI. Now, we show a concise label such as "+12" when there's no space. Clicking it will open an overlay with all label details, improving readability and UI neatness.
73+
74+
## 10. Test Case Name Display Issue Fixed 🔍
75+
Resolved an issue where test case names weren't appearing in certain situations, such as when the screen was zoomed in at 200%. This fix ensures that test case names are visible even in extreme zoom conditions.
76+
77+
## 11. Page Title Update 🔄
78+
We’ve officially rebranded all page titles from Auteur to KaneAI, making our identity consistent across all UI elements.
79+
80+
## 12. Excluding KaneAI Test Cases from Test Plan & Build Creation ⚠️
81+
For better test management, we’ve restricted the creation of test plans and builds to exclude KaneAI Test Cases, ensuring a more streamlined process.
82+
83+
## 13. Manual Interaction Enhancements 🖱️
84+
We've refined manual interactions to make Click actions faster and more precise, optimizing the overall experience for testers.
85+
86+
## 14. Stable Template Support 📑
87+
Our templates have been stabilized for more reliable performance during test creation and execution.
88+
89+
## 15. Appium Test Generation (Frontend Support) 📱
90+
While not live yet, we’ve added support for Appium test generation from the frontend, getting ready for future mobile testing capabilities.
91+
92+
## 16. Meta Tag Updates for KaneAI 🏷️
93+
Meta tags have been updated for KaneAI, improving SEO and overall discoverability.
94+
95+
## 17. Enhancements in Visual and Textual Query for Code Export 🔍
96+
We've enhanced the visual and textual query capabilities in code exports, making your scripts even more accurate when handling complex UI elements.
97+
98+
## 18. UI Action Improvements 🎯
99+
UI actions have been optimized to ensure faster and more precise interactions during automation, reducing the chances of errors in test execution.
100+

docs/kaneai-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ KaneAI is an AI-powered next-gen testing assistant that revolutionizes software
4646
### September, 2024
4747
| Release Number | Release Date |
4848
|----------------|--------------|
49+
| [Version 0.0.2](/support/docs/kaneai-release-notes-0-0-2) | September 23, 2024|
4950
| [Version 0.0.1](/support/docs/kaneai-release-notes-0-0-1) | September 16, 2024|

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ module.exports = {
853853
collapsed: true,
854854
label: "September, 2024",
855855
items: [
856+
'hyperexecute-release-notes-2-5-2',
856857
'hyperexecute-release-notes-2-5-1',
857858
'hyperexecute-release-notes-2-5-0',
858859
]
@@ -1050,6 +1051,7 @@ module.exports = {
10501051
collapsed: true,
10511052
label: "September, 2024",
10521053
items: [
1054+
'kaneai-release-notes-0-0-2',
10531055
'kaneai-release-notes-0-0-1',
10541056
]
10551057
},

src/component/newRelease.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const React = require('react');
2+
3+
export default function NewReleaseTag({ value, color, bgColor }) {
4+
return (
5+
<span className='newReleaseColor'>
6+
{value}
7+
</span>
8+
)
9+
}

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
--alert-danger-border-color:#FF818266;
2323
--new-tag-color: #BF3989;
2424
--enhancement-tag-color: #f4b400;
25+
--newReleaseColor-tag-color: #389d59;
2526
--bugFix-tag-color: #db4437;
2627
--ifm-tabs-color:#333333
2728
}
@@ -50,6 +51,10 @@
5051
.newTagColor{color: var(--new-tag-color);font-weight:bold;font-size: 10px;padding: 1px 6px;border-radius: 20px;border:1px solid #BF3989}
5152
.enhancementColor{color: #ffffff; background-color: var(--enhancement-tag-color); font-weight:bold; font-size: 12px; padding: 2px 6px; border-radius: 20px; border:1px solid var(--enhancement-tag-color)}
5253
.bugFixTagColor{color: #ffffff; background-color: var(--bugFix-tag-color); font-weight:bold; margin: -2px 3px; font-size: 12px; padding: 5px 10px; border-radius: 20px; border:1px solid var(--bugFix-tag-color)}
54+
.newReleaseColor{color: #ffffff; background-color: var(--newReleaseColor-tag-color); font-weight:bold; font-size: 12px; padding: 2px 6px; border-radius: 20px; border:1px solid var(--newReleaseColor-tag-color)}
55+
56+
57+
5358
[data-theme=dark] .footer__title {
5459
color: #CAD1D9;
5560
}

0 commit comments

Comments
 (0)