|
| 1 | +--- |
| 2 | +id: hyperexecute-release-notes-2-5-5 |
| 3 | +title: Version 2.5.5 |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Version 2.5.5 |
| 6 | +description: Version 2.5.5 |
| 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-5/ |
| 13 | +site_name: LambdaTest |
| 14 | +slug: hyperexecute-release-notes-2-5-5/ |
| 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-5/" |
| 40 | + }] |
| 41 | + }) |
| 42 | + }} |
| 43 | +></script> |
| 44 | +## Extended Report Formats for JUnit Framework |
| 45 | +In addition to the existing JUnit XML report, support for generating reports in multiple formats (e.g., HTML, XML, JSON) has been added. This enhancement enables more flexible report generation to meet different user needs. |
| 46 | + |
| 47 | +> To avail this feature, connect with our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Support Team.</span> |
| 48 | +
|
| 49 | +This can be configured with the following parameters: |
| 50 | +- **frameworkName:** junit |
| 51 | +- **type:** xml |
| 52 | +- **location:** Specify the directory where the reports will be generated. |
| 53 | + |
| 54 | +```yaml |
| 55 | +report: true |
| 56 | +partialReports: |
| 57 | + location: target/surefire-reports/html |
| 58 | + type: xml |
| 59 | + frameworkName: junit |
| 60 | +``` |
0 commit comments