-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.xml
30 lines (30 loc) · 1.21 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
<testsuites id="" name="" tests="4" failures="0" skipped="0" errors="0" time="21.65080200000107">
<testsuite name="xray\installation.spec.ts" timestamp="2023-07-22T10:34:45.648Z" hostname="chromium" tests="1" failures="0" skipped="0" time="12.252" errors="0">
<testcase name="Installation page has the correct title" classname="xray\installation.spec.ts" time="12.252">
<properties>
<property name="test_key" value="GM-2">
</property>
</properties>
</testcase>
</testsuite>
<testsuite name="xray\writingTests.spec.ts" timestamp="2023-07-22T10:34:45.648Z" hostname="chromium" tests="3" failures="0" skipped="0" time="39.041" errors="0">
<testcase name="Writing Tests page has correct title" classname="xray\writingTests.spec.ts" time="12.427">
<properties>
<property name="test_key" value="GM-3">
</property>
</properties>
</testcase>
<testcase name="Navigate to first test page" classname="xray\writingTests.spec.ts" time="19.042">
<properties>
<property name="test_key" value="GM-4">
</property>
</properties>
</testcase>
<testcase name="Navigate to what's next page" classname="xray\writingTests.spec.ts" time="7.572">
<properties>
<property name="test_key" value="GM-5">
</property>
</properties>
</testcase>
</testsuite>
</testsuites>