buildkite-test-collector
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -69,3 +69,2 @@ const { v4: uuidv4 } = require('uuid') | ||
'name': result.description, | ||
'identifier': result.fullName, | ||
'location': result.location ? `${prefixedTestPath}:${result.location.line}` : null, | ||
@@ -72,0 +71,0 @@ 'file_name': prefixedTestPath, |
@@ -42,3 +42,2 @@ const { v4: uuidv4 } = require('uuid') | ||
'name': result.title, | ||
'identifier': result.fullName, | ||
'location': result.location ? `${prefixedTestPath}:${result.location.line}` : null, | ||
@@ -45,0 +44,0 @@ 'file_name': prefixedTestPath, |
@@ -54,3 +54,2 @@ const { v4: uuidv4 } = require('uuid') | ||
'scope': this.scope(test), | ||
'identifier': test.fullTitle(), | ||
'file_name': prefixedTestPath, | ||
@@ -60,3 +59,3 @@ 'location': prefixedTestPath, | ||
'failure_reason': failureReason, | ||
'failure_expanded': failureExpanded(test.err == undefined ? [] : test.err.multiple), | ||
'failure_expanded': failureExpanded(test.err == undefined ? [] : (test.err.multiple || [test.err])), | ||
'history': { | ||
@@ -63,0 +62,0 @@ 'section': 'top', |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"homepage": "https://buildkite.com/test-analytics", | ||
@@ -13,0 +13,0 @@ "bugs": "https://github.com/buildkite/test-collector-javascript/issues", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
32607
746