UNPKG

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

Version:

A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.

70 lines (64 loc) 2.91 kB
<test_result> <build build_id="123" job_id="myJob" server_id="serverId" /> <test_fields> <test_field type="Test_Level" value="Unit Test" /> <test_field type="Test_Type" value="Sanity" /> <test_field type="Framework" value="RobotFramework" /> </test_fields> <test_runs> <test_run module="" package="SuiteA" class="SuiteA" name="Access All Users With Admin Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> <test_run module="" package="SuiteA" class="SuiteA" name="Create User With Admin Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> <test_run module="" package="SuiteA" class="SuiteA" name="Update User with Admin Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> <test_run module="" package="SuiteA" class="SuiteA" name="Update Own Password With User Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> <test_run module="" package="SuiteA" class="SuiteA" name="Access Own Details With User Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> <test_run module="" package="SuiteA" class="SuiteA" name="Access Other Users Details With User Rights" status="Failed" duration="0"> <error message="Parent suite setup failed: No keyword with name &apos;Connect to Server&apos; found. Also parent suite teardown failed: No keyword with name &apos;Disconnect&apos; found." type="AssertionError"></error> </test_run> </test_runs> </test_result>