+
+ {{ verdictLabel }}
+
+
+
+ {{
+ i18n.baseText('scenarioRunner.verdict.duration', {
+ interpolate: { s: (durationMs / 1000).toFixed(1) },
+ })
+ }}
+
+ ·
+
+ {{
+ i18n.baseText('scenarioRunner.verdict.nodesRan', {
+ interpolate: { count: orderedNodeResults.length },
+ })
+ }}
+
+
+ ·
+
+ {{
+ i18n.baseText('scenarioRunner.verdict.mockedCalls', {
+ interpolate: { count: mockedCallCount },
+ })
+ }}
+
+
+
+ ·
+
+ {{
+ i18n.baseText('scenarioRunner.verdict.issues', {
+ interpolate: { count: issueCount },
+ })
+ }}
+
+
+
+
+