-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit-report.xml
More file actions
48 lines (48 loc) · 2.63 KB
/
junit-report.xml
File metadata and controls
48 lines (48 loc) · 2.63 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="5" failures="1" skipped="0" errors="0" time="0.001">
<testsuite name="Invalid Login" tests="2" failures="0" skipped="0" errors="0" time="0.001" timestamp="2025-12-10T12:32:03.794139+05:30">
<testcase name="Should show error for invalid password" classname="login-invalid-password.yaml" time="22.0">
<properties>
<property name="file" value="login-invalid-password.yaml"/>
<property name="device.name" value="11171JEC200939"/>
<property name="device.id" value="11171JEC200939"/>
<property name="device.platform" value="android"/>
</properties>
</testcase>
<testcase name="Should show error for invalid username" classname="login-invalid-username.yaml" time="21.23">
<properties>
<property name="file" value="login-invalid-username.yaml"/>
<property name="device.name" value="11171JEC200939"/>
<property name="device.id" value="11171JEC200939"/>
<property name="device.platform" value="android"/>
</properties>
</testcase>
</testsuite>
<testsuite name="Valid Login" tests="3" failures="1" skipped="0" errors="0" time="0.0" timestamp="2025-12-10T12:32:03.794139+05:30">
<testcase name="Should login with alternate credentials" classname="login-valid-alternate.yaml" time="20.447">
<properties>
<property name="file" value="login-valid-alternate.yaml"/>
<property name="device.name" value="11171JEC200939"/>
<property name="device.id" value="11171JEC200939"/>
<property name="device.platform" value="android"/>
</properties>
</testcase>
<testcase name="Should login with alternate credentials. fail as password is wrong" classname="login-valid-alternate_failed.yaml" time="29.234">
<properties>
<property name="file" value="login-valid-alternate_failed.yaml"/>
<property name="device.name" value="11171JEC200939"/>
<property name="device.id" value="11171JEC200939"/>
<property name="device.platform" value="android"/>
</properties>
<failure message="Assertion is false: id: products-screen is visible">Assertion is false: id: products-screen is visible</failure>
</testcase>
<testcase name="Should login with primary credentials" classname="login-valid-primary.yaml" time="22.365">
<properties>
<property name="file" value="login-valid-primary.yaml"/>
<property name="device.name" value="11171JEC200939"/>
<property name="device.id" value="11171JEC200939"/>
<property name="device.platform" value="android"/>
</properties>
</testcase>
</testsuite>
</testsuites>