Skip to content

Commit ef2d1b6

Browse files
Fixes
1 parent 3c632fb commit ef2d1b6

File tree

52 files changed

+1027
-1010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1027
-1010
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Features:
66
- Move Administration to main Menu bar to make it more visible -> [View Issue](https://github.com/aquality-automation/aquality-tracking/issues/58)
77
- Test Run view: Add stability indicator -> [View Issue](https://github.com/aquality-automation/aquality-tracking/issues/60)
8+
- Add 'Show resolution slider' for Test Runs chart -> [View Issue](https://github.com/aquality-automation/aquality-tracking/issues/43)
9+
810

911
Bugfixes:
1012

e2e/data/import/cucumber.json

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,121 @@
11
[
22
{
3-
"description": "Test Report",
4-
"keyword": "Feature",
5-
"name": "Test Feature with all results",
6-
"line": 2,
7-
"id": "Test-Report",
8-
"tags": [],
9-
"uri": "features/testdeature.feature",
10-
"elements": [
3+
'description': 'Test Report',
4+
'keyword': 'Feature',
5+
'name': 'Test Feature with all results',
6+
'line': 2,
7+
'id': 'Test-Report',
8+
'tags': [],
9+
'uri': 'features/testdeature.feature',
10+
'elements': [
1111
{
12-
"id": "passed",
13-
"keyword": "Scenario",
14-
"line": 7,
15-
"name": "All passed",
16-
"tags": [],
17-
"type": "scenario",
18-
"steps": [
12+
'id': 'passed',
13+
'keyword': 'Scenario',
14+
'line': 7,
15+
'name': 'All passed',
16+
'tags': [],
17+
'type': 'scenario',
18+
'steps': [
1919
{
20-
"arguments": [],
21-
"keyword": "Given ",
22-
"line": 8,
23-
"name": "passed step",
24-
"match": {
25-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
20+
'arguments': [],
21+
'keyword': 'Given ',
22+
'line': 8,
23+
'name': 'passed step',
24+
'match': {
25+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
2626
},
27-
"result": {
28-
"status": "passed",
29-
"duration": 7033
27+
'result': {
28+
'status': 'passed',
29+
'duration': 7033
3030
}
3131
},
3232
{
33-
"arguments": [],
34-
"keyword": "Then ",
35-
"line": 9,
36-
"name": "passed step",
37-
"match": {
38-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
33+
'arguments': [],
34+
'keyword': 'Then ',
35+
'line': 9,
36+
'name': 'passed step',
37+
'match': {
38+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
3939
},
40-
"result": {
41-
"status": "passed",
42-
"duration": 86
40+
'result': {
41+
'status': 'passed',
42+
'duration': 86
4343
}
4444
}
4545
]
4646
}, {
47-
"id": "failed",
48-
"keyword": "Scenario",
49-
"line": 7,
50-
"name": "step failed",
51-
"tags": [],
52-
"type": "scenario",
53-
"steps": [
47+
'id': 'failed',
48+
'keyword': 'Scenario',
49+
'line': 7,
50+
'name': 'step failed',
51+
'tags': [],
52+
'type': 'scenario',
53+
'steps': [
5454
{
55-
"arguments": [],
56-
"keyword": "Given ",
57-
"line": 8,
58-
"name": "passed step",
59-
"match": {
60-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
55+
'arguments': [],
56+
'keyword': 'Given ',
57+
'line': 8,
58+
'name': 'passed step',
59+
'match': {
60+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
6161
},
62-
"result": {
63-
"status": "passed",
64-
"duration": 7033
62+
'result': {
63+
'status': 'passed',
64+
'duration': 7033
6565
}
6666
},
6767
{
68-
"arguments": [],
69-
"keyword": "Then ",
70-
"line": 9,
71-
"name": "failed step",
72-
"match": {
73-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
68+
'arguments': [],
69+
'keyword': 'Then ',
70+
'line': 9,
71+
'name': 'failed step',
72+
'match': {
73+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
7474
},
75-
"result": {
76-
"status": "failed",
77-
"duration": 86,
78-
"error_message": "step was failed"
75+
'result': {
76+
'status': 'failed',
77+
'duration': 86,
78+
'error_message': 'step was failed'
7979
}
8080
}
8181
]
8282
}, {
83-
"id": "failed",
84-
"keyword": "Scenario",
85-
"line": 7,
86-
"name": "Step skipped",
87-
"tags": [],
88-
"type": "scenario",
89-
"steps": [
83+
'id': 'failed',
84+
'keyword': 'Scenario',
85+
'line': 7,
86+
'name': 'Step skipped',
87+
'tags': [],
88+
'type': 'scenario',
89+
'steps': [
9090
{
91-
"arguments": [],
92-
"keyword": "Given ",
93-
"line": 8,
94-
"name": "passed step",
95-
"match": {
96-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
91+
'arguments': [],
92+
'keyword': 'Given ',
93+
'line': 8,
94+
'name': 'passed step',
95+
'match': {
96+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
9797
},
98-
"result": {
99-
"status": "passed",
100-
"duration": 7033
98+
'result': {
99+
'status': 'passed',
100+
'duration': 7033
101101
}
102102
},
103103
{
104-
"arguments": [],
105-
"keyword": "Then ",
106-
"line": 9,
107-
"name": "skipped step",
108-
"match": {
109-
"location": "Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135"
104+
'arguments': [],
105+
'keyword': 'Then ',
106+
'line': 9,
107+
'name': 'skipped step',
108+
'match': {
109+
'location': 'Projects/nodejs-cucumber-sample-master/node_modules/cucumber/lib/support_code_library_builder/define_helpers.js:135'
110110
},
111-
"result": {
112-
"status": "skipped",
113-
"duration": 86,
114-
"error_message": "step was skipped"
111+
'result': {
112+
'status': 'skipped',
113+
'duration': 86,
114+
'error_message': 'step was skipped'
115115
}
116116
}
117117
]
118118
}
119119
]
120120
}
121-
]
121+
];

0 commit comments

Comments
 (0)