|
| 1 | +--- |
| 2 | +id: hyperexecute-release-notes-2-5-9 |
| 3 | +title: Version 2.5.9 |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Version 2.5.9 |
| 6 | +description: Version 2.5.9 |
| 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-9/ |
| 13 | +site_name: LambdaTest |
| 14 | +slug: hyperexecute-release-notes-2-5-9/ |
| 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-9/" |
| 40 | + }] |
| 41 | + }) |
| 42 | + }} |
| 43 | +></script> |
| 44 | +## Consolidated JUnit XML Report Generation |
| 45 | +The consolidated JUnit XML report includes detailed information on all executed tests, i.e., which tests passed, failed, or were skipped, along with any error messages and stack traces for failed tests. It is widely supported across CI/CD tools, which makes it easy to integrate with existing workflows and with other tools or systems. |
| 46 | + |
| 47 | +> 📕 Refer to our documentation for detailed instructions on setting up your project and using the new [JUnit XML report](/support/docs/junit-xml-report/) |
| 48 | +
|
| 49 | +## Generate Artifacts for Espresso & XCUI Frameworks |
| 50 | +Now, you can download artifacts for your test runs on both **Espresso** and **XCUI** frameworks and detailed reports for your **Espresso** test executions. |
| 51 | + |
| 52 | +- To generate artifacts and reports for your Espresso tests, add the `artifacts: true` and `reports: true` flag in your YAML file and pass the `--download-artifacts` and `--download-report` flag with the CLI command |
| 53 | + |
| 54 | + > 📕 Refer to our detailed documentation to generate [Espresso Artifacts and Reports](/support/docs/hyperexecute-espresso-testing/#step-6-generate-reports-and-artifacts) |
| 55 | +
|
| 56 | +- To generate artifacts for your XCUI tests, add the `artifacts: true` flag in your YAML file and pass the `--download-artifacts` flag with the CLI command |
| 57 | + |
| 58 | + > 📕 Refer to our detailed documentation to generate [XCUI Artifacts](/support/docs/hyperexecute-xcui-testing/#step-5-generate-artifacts) |
| 59 | +
|
| 60 | +## Browser and Selenium Updates |
| 61 | + |
| 62 | +- **Firefox** Browser Update to **Version 132.0** |
| 63 | + |
| 64 | + HyperExecute now supports Firefox version 132.0. This latest Firefox release includes performance and security improvements to ensure a smoother and safer testing experience. |
| 65 | + > **Note :** Firefox 132.0 is currently not compatible with **Cypress**. Users running Cypress tests should continue to use a compatible Firefox version until an update is released. |
| 66 | +
|
| 67 | +- **Selenium JAR** Update to **Version 4.26.0** |
| 68 | + |
| 69 | + HyperExecute has upgraded to Selenium JAR version 4.26.0. This update includes stability enhancements and bug fixes for better compatibility and reliability across various browsers. |
0 commit comments