- {result.failureSnippet &&
Test error
}
- {result.failureSnippet &&
}
- {attachmentsMap.has('expected') && attachmentsMap.has('actual') &&
}
- {!!screenshots.length &&
Screenshots
}
- {screenshots.map(a =>
)}
- {!!video.length &&
Video
}
- {video.map(a =>
-
-
)}
- {!!result.attachments &&
Attachments
}
- {result.attachments.map(a =>
)}
+ return
+
{
+ return
+
+ {attachmentsMap.has('expected') && attachmentsMap.has('actual') &&
}
+
;
+ }
+ },
+ {
+ id: 'results',
+ title: 'Results',
+ render: () => {
+ return
+ {screenshots.map(a =>
)}
+ {video.map(a =>
+
+
)}
+ {!!result.attachments &&
Attachments
}
+ {result.attachments.map(a =>
)}
+
;
+ }
+ },
+ {
+ id: 'source',
+ title: 'Source',
+ render: () =>
+ }
+ ]}>
;
};