mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(flaky): save build result (#4819)
This commit is contained in:
@@ -215,7 +215,10 @@ const utils = module.exports = {
|
||||
result: test.result,
|
||||
});
|
||||
});
|
||||
testRunner.on('finished', () => dashboard.uploadAndCleanup());
|
||||
testRunner.on('finished', async({result}) => {
|
||||
dashboard.setBuildResult(result);
|
||||
await dashboard.uploadAndCleanup();
|
||||
});
|
||||
|
||||
function generateTestIDs(testRunner) {
|
||||
const testIds = new Map();
|
||||
|
||||
Reference in New Issue
Block a user