summaryrefslogtreecommitdiff
path: root/spec/javascripts/reports/mock_data
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-07 11:09:56 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-08-07 14:05:13 +0100
commitd8fc401229367a9d46f3282cb39ff593e51969dd (patch)
tree2959d9390aebb446eac63b95e1223f722473d4c1 /spec/javascripts/reports/mock_data
parent379083bee4300387a9b9e3342e62bf373ee7b287 (diff)
downloadgitlab-ce-d8fc401229367a9d46f3282cb39ff593e51969dd.tar.gz
Show resolved failures
Diffstat (limited to 'spec/javascripts/reports/mock_data')
-rw-r--r--spec/javascripts/reports/mock_data/resolved_failures.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/spec/javascripts/reports/mock_data/resolved_failures.json b/spec/javascripts/reports/mock_data/resolved_failures.json
new file mode 100644
index 00000000000..d1f347ce5e6
--- /dev/null
+++ b/spec/javascripts/reports/mock_data/resolved_failures.json
@@ -0,0 +1,37 @@
+{
+ "status": "success",
+ "summary": { "total": 11, "resolved": 2, "failed": 0 },
+ "suites": [
+ {
+ "name": "rspec:pg",
+ "status": "success",
+ "summary": { "total": 8, "resolved": 2, "failed": 0 },
+ "new_failures": [],
+ "resolved_failures": [
+ {
+ "status": "success",
+ "name": "Test#sum when a is 1 and b is 2 returns summary",
+ "execution_time": 0.000411,
+ "system_output": null,
+ "stack_trace": null
+ },
+ {
+ "status": "success",
+ "name": "Test#sum when a is 100 and b is 200 returns summary",
+ "execution_time": 7.6e-5,
+ "system_output": null,
+ "stack_trace": null
+ }
+ ],
+ "existing_failures": []
+ },
+ {
+ "name": "java ant",
+ "status": "success",
+ "summary": { "total": 3, "resolved": 0, "failed": 0 },
+ "new_failures": [],
+ "resolved_failures": [],
+ "existing_failures": []
+ }
+ ]
+}