You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp.on('close',exitCode=>{callback(null,{exitCode,step: `core-render-process for ${testFile}.`,testCommand: `You can run the test again using: \n\t ${executablePath}${testArguments.join(' ')}`})})
console.log(`##[error] Renderer tests failed for ${testFile}:`.red)
124
+
console.log(stderrOutput)
125
+
}
126
+
callback(null,{exitCode,step: `core-render-process for ${testFile}.`,testCommand: `You can run the test again using: \n\t ${executablePath}${testArguments.join(' ')}`})
127
+
})
116
128
})
117
129
}
118
130
@@ -269,7 +281,7 @@ function requestedTestSuites (platform) {
0 commit comments