Forum Discussion

RonakSoni's avatar
RonakSoni
New Contributor
7 months ago

Error while importing test cases

We are getting error related to invalid JUNIT file format while importing test cases through the task. The file format that we are using seems correct one but still we are facing this error. If anyone can help here or point to the correct file format that works.

Following is the XML file content.

 

<?xml version="1.0" encoding="UTF-8"?>
<testsuites time="15.682687">
    <testsuite name="Tests.Registration" time="6.605871">
        <testcase name="testCase1" classname="Tests.Registration" time="2.113871" />
    </testsuite>
</testsuites>

No RepliesBe the first to reply