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
**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.
> 📕 Learn how to enable [Detailed Command Logs](https://www.lambdatest.com/support/docs/cypress-detailed-command-logs/) for your Cypress tests.
51
51
52
52
## 2. Parameterized Report Email Handling in YAML <EnhancementTagvalue="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.
54
54
55
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.
import EnhancementTag from '../src/component/enhancementTag';
16
+
import FeatureTag from '../src/component/featureTag';
18
17
import BugFixTag from '../src/component/bugFixTag';
19
18
20
19
<script type="application/ld+json"
@@ -40,61 +39,35 @@ import BugFixTag from '../src/component/bugFixTag';
40
39
})
41
40
}}
42
41
></script>
43
-
## 1. Iframe, Shadow DOM, and Canvas Support
42
+
## 1. Iframe, Shadow DOM, and Canvas Support <FeatureTagvalue="Web Agent" />
44
43
KaneAI now fully supports testing for:
45
44
46
45
- Iframe elements 🖼️
47
46
- Shadow DOM elements 🕶️
48
47
- Canvas elements 🎨
49
48
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!
52
50
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 🎯 <FeatureTagvalue="Web Agent" />
57
52
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
53
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.
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.
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
59
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.
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
62
74
-
## 10. Test Case Name Display Issue Fixed 🔍
63
+
## 6. Test Case Name Display Issue Fixed 🔍 <BugFixTagvalue="Bug Fix" />
75
64
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
65
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.
0 commit comments