-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcucumber.json
More file actions
74 lines (74 loc) · 2.28 KB
/
cucumber.json
File metadata and controls
74 lines (74 loc) · 2.28 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"uri": "features/my_first.feature",
"id": "search-qmetry",
"keyword": "Feature",
"name": "Search QMetry",
"description": "",
"line": 1,
"elements": [
{
"id": "search-qmetry;",
"keyword": "Scenario",
"name": "",
"description": "",
"line": 3,
"type": "scenario",
"steps": [
{
"keyword": "Given ",
"name": "We navigate to the homepage",
"line": 4,
"match": {
"location": "features/step_definitions/search_steps.rb:31"
},
"result": {
"status": "passed",
"duration": 5734336000
}
},
{
"keyword": "When ",
"name": "We search for the word agile",
"line": 5,
"match": {
"location": "features/step_definitions/search_steps.rb:36"
},
"result": {
"status": "failed",
"error_message": "Unable to locate element: #s (Selenium::WebDriver::Error::NoSuchElementError)\n./features/step_definitions/search_steps.rb:37:in `/^We search for the word agile$/'\nfeatures/my_first.feature:5:in `When We search for the word agile'",
"duration": 45657000
}
},
{
"keyword": "Then ",
"name": "The results for the search will be displayed",
"line": 6,
"match": {
"location": "features/step_definitions/search_steps.rb:42"
},
"result": {
"status": "skipped"
}
}
],
"after": [
{
"output": [
"cloud code",
"-------Import Results--------"
],
"match": {
"location": "features/step_definitions/search_steps.rb:52"
},
"result": {
"status": "failed",
"error_message": "Failed to open TCP connection to importresults.qmetry.com:443 (Connection refused - connect(2) for \"importresults.qmetry.com\" port 443) (Errno::ECONNREFUSED)\n./features/step_definitions/search_steps.rb:64:in `After'",
"duration": 134383000
}
}
]
}
]
}
]