Skip to content

Files

Latest commit

 

History

History
60 lines (55 loc) · 1.94 KB

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

File metadata and controls

60 lines (55 loc) · 1.94 KB
id title hide_title sidebar_label description keywords url site_name slug
hyperexecute-release-notes-2-5-5
Version 2.5.5
false
Version 2.5.5
Version 2.5.5
LambdaTest Hyperexecute
LambdaTest Hyperexecute help
LambdaTest Hyperexecute documentation
FAQs
LambdaTest
hyperexecute-release-notes-2-5-5/

import NewReleaseTag from '../src/component/newRelease.js'; import EnhancementTag from '../src/component/enhancementTag'; import BugFixTag from '../src/component/bugFixTag';

<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Version", "item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-5/" }] }) }} ></script>

Extended Report Formats for JUnit Framework

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.

To avail this feature, connect with our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Support Team.

This can be configured with the following parameters:

  • frameworkName: junit
  • type: xml
  • location: Specify the directory where the reports will be generated.
report: true
partialReports:
  location: target/surefire-reports/html
  type: xml
  frameworkName: junit