Fix flaky test and add screenshots
This commit is contained in:
parent
0ba23d4b62
commit
0715cc6be3
20 changed files with 41 additions and 31 deletions
|
@ -60,7 +60,7 @@ const CONTACT_COUNT = 1000;
|
|||
const duration = Date.now() - start;
|
||||
console.log(`Took: ${(duration / 1000).toFixed(2)} seconds`);
|
||||
} catch (error) {
|
||||
await bootstrap.saveLogs();
|
||||
await bootstrap.saveLogs(app);
|
||||
throw error;
|
||||
} finally {
|
||||
await app?.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue