@microfocus/alm-octane-test-result-convertion
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

alm-octane-test-result-conversion

A node library for converting different kinds of test reports into ALM Octane format.

Usage example

import {convertJUnitXMLToOctaneXML} from '@microfocus/alm-octane-test-result-conversion';

const buildConfig = {
  build_id: '123',
  job_id: 'myJob',
  server_id: 'serverId'
};

const xml = fs
  .readFileSync(TestResources.XML_ONE_TEST_SUITE_PATH)
  .toString();

const convertedXML = convertJUnitXMLToOctaneXML(xml, buildConfig);

Change log

1.0.1

  • Allows conversion from JUnit format XML to ALM Octane format XML via the convertJUnitXMLToOctaneXML method.

Dependencies (2)

Dev Dependencies (11)

Package Sidebar

Install

npm i @microfocus/alm-octane-test-result-convertion

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

79.4 kB

Total Files

100

Last publish

Collaborators

  • slbruce