| OLD | NEW |
| 1 { | 1 { |
| 2 "extraColumnHeaders": { | 2 "extraColumnHeaders": { |
| 3 "resultType": { | 3 "resultType": { |
| 4 "headerText": "resultType", | 4 "headerText": "resultType", |
| 5 "isFilterable": true, | 5 "isFilterable": true, |
| 6 "isSortable": true, | 6 "isSortable": true, |
| 7 "useFreeformFilter": false, | 7 "useFreeformFilter": false, |
| 8 "valuesAndCounts": [ | 8 "valuesAndCounts": [ |
| 9 [ | 9 [ |
| 10 "failed", | 10 "failed", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "isDifferent": false | 130 "isDifferent": false |
| 131 } | 131 } |
| 132 ], | 132 ], |
| 133 "imageSets": { | 133 "imageSets": { |
| 134 "diffs": { | 134 "diffs": { |
| 135 "baseUrl": "/static/generated-images/diffs", | 135 "baseUrl": "/static/generated-images/diffs", |
| 136 "description": "color difference per channel" | 136 "description": "color difference per channel" |
| 137 }, | 137 }, |
| 138 "imageA": { | 138 "imageA": { |
| 139 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", | 139 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", |
| 140 "description": "before_patch" | 140 "description": "setA" |
| 141 }, | 141 }, |
| 142 "imageB": { | 142 "imageB": { |
| 143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", | 143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", |
| 144 "description": "after_patch" | 144 "description": "setB" |
| 145 }, | 145 }, |
| 146 "whiteDiffs": { | 146 "whiteDiffs": { |
| 147 "baseUrl": "/static/generated-images/whitediffs", | 147 "baseUrl": "/static/generated-images/whitediffs", |
| 148 "description": "differing pixels in white" | 148 "description": "differing pixels in white" |
| 149 } | 149 } |
| 150 } | 150 } |
| 151 } | 151 } |
| OLD | NEW |