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 af20ce5 commit d77d974Copy full SHA for d77d974
test/parallel/test-runner-output.mjs
@@ -38,6 +38,7 @@ function replaceJunitDuration(str) {
38
.replaceAll(/time="[0-9.]+"/g, 'time="*"')
39
.replaceAll(/duration_ms [0-9.]+/g, 'duration_ms *')
40
.replaceAll(`hostname="${hostname()}"`, 'hostname="HOSTNAME"')
41
+ .replaceAll(/file="[^"]*"/g, 'file="*"')
42
.replace(stackTraceBasePath, '$3');
43
}
44
0 commit comments