Skip to content

Commit cd35c30

Browse files
updated the kane ai release notes
1 parent 1dcdb96 commit cd35c30

File tree

4 files changed

+24
-41
lines changed

4 files changed

+24
-41
lines changed

docs/hyperexecute-release-notes-2-5-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ import BugFixTag from '../src/component/bugFixTag';
4343
></script>
4444

4545
## 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.
46+
**Detailed Cypress Command Logs** in HyperExecute generate 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 debugging and troubleshooting Cypress tests easier.
4747

4848
<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 />
4949

5050
> 📕 Learn how to enable [Detailed Command Logs](https://www.lambdatest.com/support/docs/cypress-detailed-command-logs/) for your Cypress tests.
5151
5252
## 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.
53+
HyperExecute now supports an 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 maintaining and modifying email configurations easier.
5454

5555
> 📕 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.
5656

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

Lines changed: 11 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ url: https://www.lambdatest.com/support/docs/kaneai-release-notes-0-0-2/
1313
site_name: LambdaTest
1414
slug: kaneai-release-notes-0-0-2/
1515
---
16-
import NewTag from '../src/component/newTag';
17-
import EnhancementTag from '../src/component/enhancementTag';
16+
import FeatureTag from '../src/component/featureTag';
1817
import BugFixTag from '../src/component/bugFixTag';
1918

2019
<script type="application/ld+json"
@@ -40,61 +39,35 @@ import BugFixTag from '../src/component/bugFixTag';
4039
})
4140
}}
4241
></script>
43-
## 1. Iframe, Shadow DOM, and Canvas Support
42+
## 1. Iframe, Shadow DOM, and Canvas Support <FeatureTag value="Web Agent" />
4443
KaneAI now fully supports testing for:
4544

4645
- Iframe elements 🖼️
4746
- Shadow DOM elements 🕶️
4847
- Canvas elements 🎨
4948

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!
49+
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!
5250

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 🎯
51+
## 2. Auto-Scroll for Manual Interaction 🎯 <FeatureTag value="Web Agent" />
5752
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.
5853

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 📸
54+
## 3. Screenshot Modal Fix 📸 <FeatureTag value="Test Manager" /> <FeatureTag value="Web Agent" />
6355
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.
6456

65-
## 7. URL Update with Objective Changes 🌐
57+
## 4. URL Update with Objective Changes 🌐 <FeatureTag value="Test Planner" />
6658
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.
6759

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 🏷️
60+
## 5. Label Overlap Fix in TMS 🏷️ <FeatureTag value="Test Manager" />
7261
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.
7362

74-
## 10. Test Case Name Display Issue Fixed 🔍
63+
## 6. Test Case Name Display Issue Fixed 🔍 <BugFixTag value="Bug Fix" />
7564
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.
7665

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 🖱️
66+
## 7. Manual Interaction Enhancements 🖱️ <FeatureTag value="Manual Interaction" /> <FeatureTag value="Web Agent" />
8467
We've refined manual interactions to make Click actions faster and more precise, optimizing the overall experience for testers.
8568

86-
## 14. Stable Template Support 📑
69+
## 8. Stable Template Support 📑 <FeatureTag value="Web Agent" />
8770
Our templates have been stabilized for more reliable performance during test creation and execution.
8871

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 🔍
72+
## 9. Enhancements in Visual and Textual Query for Code Generation 🔍 <FeatureTag value="Web Agent" />
9673
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-

src/component/featureTag.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 FeatureTag({ value, color, bgColor }) {
4+
return (
5+
<span className='featureColor'>
6+
{value}
7+
</span>
8+
)
9+
}

src/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
--enhancement-tag-color: #f4b400;
2525
--newReleaseColor-tag-color: #389d59;
2626
--bugFix-tag-color: #db4437;
27+
--featureColor-tag-color: #860ac6;
2728
--ifm-tabs-color:#333333
2829
}
2930

@@ -52,7 +53,7 @@
5253
.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)}
5354
.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)}
5455
.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+
.featureColor{color: #ffffff; background-color: var(--featureColor-tag-color); font-weight:bold; font-size: 12px; padding: 2px 6px; border-radius: 20px; border:1px solid var(--featureColor-tag-color)}
5657

5758

5859
[data-theme=dark] .footer__title {

0 commit comments

Comments
 (0)