+
+
+ Run: {{ run.runNo }}
+
+ {{ run.state }}
+
+
+
+ Started at:
- {{ formatDateTime(run.endedAt) }}
+ {{ formatDateTime(run.startedAt) }}
+
+ Ended at:
+
+ {{ formatDateTime(run.endedAt) }}
+
-
-
-
- Uncaught exception:
-
-
-
- {{ run.exception }}
-
-
-
Script
-
- {{ run.script }}
-
+
+
+
+
+ Uncaught exception:
+
+
+
+ {{ run.exception }}
+
+
+
+