|
| 1 | +--- |
| 2 | +id: hyperexecute-release-notes-2-7-1 |
| 3 | +title: Version 2.7.1 |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Version 2.7.1 |
| 6 | +description: Version 2.7.1 |
| 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-7-1/ |
| 13 | +site_name: LambdaTest |
| 14 | +slug: hyperexecute-release-notes-2-7-1/ |
| 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-7-1/" |
| 40 | + }] |
| 41 | + }) |
| 42 | + }} |
| 43 | +></script> |
| 44 | +## Artifact Extraction on Job Abortion |
| 45 | +- Artifacts will now be extracted even if a job is aborted in the middle of a test. |
| 46 | +- This ensures that partial test results and logs are still available for review, improving debugging and post-test analysis. |
| 47 | + |
| 48 | + |
| 49 | +## `afterEachScenario` Flag for Test Cleanup |
| 50 | +- Introduced the `afterEachScenario` flag to automate post-test scenario tasks. This flag is useful for cleanup activities such as clearing cookies, resetting databases, or capturing logs. |
| 51 | +- Commands or scripts listed under this flag will execute sequentially after each test scenario, ensuring test isolation and consistency. |
| 52 | + |
| 53 | +```yaml |
| 54 | +afterEachScenario: |
| 55 | + - echo "Running a script" |
| 56 | + - pwsh run.test |
| 57 | +``` |
| 58 | +
|
| 59 | +> 📘 Refer to our detailed documentation for [`afterEachScenario`](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario) flag |
| 60 | + |
| 61 | +## Role-Based Access Control (RBAC) for Projects |
| 62 | + |
| 63 | +- Implemented RBAC to enhance project security and access management. |
| 64 | +- Users can now be assigned specific roles with defined permissions. |
| 65 | + |
| 66 | +This feature improves security by ensuring that only authorized users can access or modify project settings and resources. |
| 67 | + |
| 68 | +## UX Enhancements for Performance Testing Jobs |
| 69 | +- Improved UI/UX for managing and analyzing performance testing jobs. |
| 70 | +- Enhanced navigation and usability for a smoother experience. |
| 71 | +- Group-Wise Error View |
| 72 | + - Introduced an error grouping feature to help identify and troubleshoot issues efficiently. |
| 73 | + - Errors are now categorized for better readability and quicker resolution. |
| 74 | +- Toggle Metrics: ms :left_right_arrow: s |
| 75 | + - Added the ability to toggle performance metrics between milliseconds (ms) and seconds (s). |
| 76 | +- Provides flexibility for analyzing test execution times in preferred units. |
| 77 | + |
| 78 | +## Browser Version Updates |
| 79 | + |
| 80 | +- **Edge Beta** : Released 133.3065.31 2.7.1 and 133.3065.39 2.7.2 for beta testing |
0 commit comments