1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

now the output isn't overwhelming anymore, output what's happening at every step

This commit is contained in:
Bruno Windels
2018-07-27 13:43:12 +02:00
parent 0be2e02381
commit a6304ce83e
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@ global.riotserver = 'http://localhost:8080';
global.browser = null;
async function runTests() {
console.log("running tests ...");
global.browser = await puppeteer.launch();
const page = await helpers.newPage();