Skip to content

Commit 748fa47

Browse files
Merge pull request #85 from aquality-automation/feature/add_resolutions_slider_to_test_runs_list
Feature/add resolutions slider to test runs list
2 parents 917f8e8 + 7bb8cfc commit 748fa47

File tree

54 files changed

+647
-348
lines changed

Some content is hidden

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

54 files changed

+647
-348
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
- Csv export with special symbols -> [View Issue](https://github.com/aquality-automation/aquality-tracking/issues/36)

e2e/data/import/cucumber.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/milestoneView/login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/milestoneView/testRunManager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/milestoneView/testRunViewer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/oneTestCucumber.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
}
4747
]
4848
}
49-
]
49+
]

e2e/data/import/regexImportErrorSearch/differentError.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/regexImportErrorSearch/firstError.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/import/regexImportErrorSearch/sameError.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118
}
119119
]
120120
}
121-
]
121+
]

e2e/data/lookupOptions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"global": {
3-
"none":{
3+
"none": {
44
"name": "None",
55
"index": -1
66
},
@@ -9,17 +9,17 @@
99
"color": "Primary",
1010
"index": 0
1111
},
12-
"appIssue":{
12+
"appIssue": {
1313
"name": "Application Issue",
1414
"color": "Danger",
1515
"index": 1
1616
},
17-
"environmentIssue":{
17+
"environmentIssue": {
1818
"name": "Environment Issue",
1919
"color": "Warning",
2020
"index": 2
2121
},
22-
"testIssue":{
22+
"testIssue": {
2323
"name": "Test Issue",
2424
"color": "Warning",
2525
"index": 3
@@ -30,4 +30,4 @@
3030
"index": 4
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)