We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1faf4 commit ce956deCopy full SHA for ce956de
system-tests/lib/performance-reporter.js
@@ -26,6 +26,7 @@ circleCiRootEvent.add({
26
buildUrl: process.env.CIRCLE_BUILD_URL,
27
platform: process.platform,
28
arch: process.arch,
29
+ name: 'ci_run',
30
31
spanId,
32
traceId: spanId,
@@ -76,6 +77,7 @@ class HoneycombReporter {
76
77
...parent.data,
78
suite: suite.title,
79
specFile: suite.file && path.basename(suite.file),
80
+ name: 'spec_execution',
81
82
spanId: uuidv4(),
83
parentId: parent.data.spanId,
@@ -97,6 +99,7 @@ class HoneycombReporter {
97
99
...test.parent.honeycombEvent.data,
98
100
test: testTitle,
101
browser,
102
+ name: 'test_execution',
103
104
105
parentId: test.parent.honeycombEvent.data.spanId,
0 commit comments