Skip to content

Conversation

@mazimkhan
Copy link

@mazimkhan mazimkhan commented Oct 7, 2016

This PR adds a feature to read execution time custom field values from the JUnit.xml file and update the test results with them.
Example of JUnit.xml:

<?xml version="1.0" encoding="UTF-8"?>
<testsuite failures="0" tests="6" errors="1" time="0.149999856949">
    <testcase classname="FLASH_SET_test_01_start" name="FLASH_SET_test_01_start" time="0.0499999523163">
        <host_os>Windows</host_os>
        <power>0.5</power>
        <error>
    </testcase>
    <testcase classname="FLASH_SET_test_01_start" name="FLASH_SET_test_01_start" time="0.0499999523163">
        <host_os>Windows</host_os>
        <power>0.6</power>
    </testcase>
    <testcase classname="FLASH_SET_test_01_start" name="FLASH_SET_test_01_start" time="0.0499999523163">
        <host_os>Windows</host_os>
        <power>0.5</power>
    </testcase>
</testsuite>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant