log all requests with their response code
This commit is contained in:
parent
29d688543d
commit
5129bb57b6
2 changed files with 5 additions and 6 deletions
2
start.js
2
start.js
|
@ -54,8 +54,6 @@ async function runTests() {
|
|||
await acceptServerNoticesInviteAndConsent(page, noticesName);
|
||||
process.stdout.write('done\n');
|
||||
|
||||
throw new Error('blubby');
|
||||
|
||||
const room = 'test';
|
||||
process.stdout.write(`* creating room ${room} ... `);
|
||||
await createRoom(page, room);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue