-
Notifications
You must be signed in to change notification settings - Fork 48
/
results.json
69 lines (69 loc) · 1.8 KB
/
results.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"elements": [
{
"keyword": "Scenario",
"location": "features\\Login.feature:3",
"name": "Login and logout",
"steps": [
{
"keyword": "When",
"location": "features\\Login.feature:4",
"match": {
"arguments": [],
"location": "features\\steps\\ShoppingCart.py:7"
},
"name": "I open automationpractice website",
"result": {
"duration": 6.2779998779296875,
"status": "passed"
},
"step_type": "when"
},
{
"keyword": "And",
"location": "features\\Login.feature:5",
"match": {
"arguments": [
{
"value": "[email protected]"
},
{
"value": "Test@123"
}
],
"location": "features\\steps\\ShoppingCart.py:14"
},
"name": "I login with username \"[email protected]\" and password \"Test@123\"",
"result": {
"duration": 1.3569998741149902,
"status": "passed"
},
"step_type": "when"
},
{
"keyword": "Then",
"location": "features\\Login.feature:6",
"match": {
"arguments": [],
"location": "features\\steps\\ShoppingCart.py:23"
},
"name": "I verify that I successfully logged in by logging out",
"result": {
"duration": 1.2179999351501465,
"status": "passed"
},
"step_type": "then"
}
],
"tags": [],
"type": "scenario"
}
],
"keyword": "Feature",
"location": "features\\Login.feature:1",
"name": "Login to portal",
"status": "passed",
"tags": []
}
]