forked from ficap/task-syncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.xml
35 lines (32 loc) · 1.17 KB
/
results.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<testsuites>
<properties>
<property name="polarion-project-id" value="3Scale"/>
<property name="polarion-lookup-method" value="custom"/>
<property name="polarion-testrun-title" value="2.8_ER1 tests"/>
</properties>
<testsuite tests="4">
<testcase name="Result: issueOne">
<failure type="failure"/>
<properties>
<property name="polarion-testcase-id" value="Test: issueOne"/>
</properties>
</testcase>
<testcase name="Result: issueTwo">
<skipped type="skipped"/>
<properties>
<property name="polarion-testcase-id" value="Test: issueTwo"/>
</properties>
</testcase>
<testcase name="Result: issueThree">
<error type="error"/>
<properties>
<property name="polarion-testcase-id" value="Test: issueThree"/>
</properties>
</testcase>
<testcase name="Result: issueFour">
<properties>
<property name="polarion-testcase-id" value="Test: issueFour"/>
</properties>
</testcase>
</testsuite>
</testsuites>