diff --git a/test/mocha-utils.js b/test/mocha-utils.js index 037d62aa344d9..bb66866d6f315 100644 --- a/test/mocha-utils.js +++ b/test/mocha-utils.js @@ -117,6 +117,11 @@ global.describeChromeOnly = (...args) => { if (process.env.COVERAGE) assertCoverage(); +console.log( + `Running unit tests with: + -> product: ${product} + -> binary: ${path.relative(process.cwd(), puppeteer.executablePath())}`); + exports.setupTestBrowserHooks = () => { before(async() => { const browser = await puppeteer.launch(defaultBrowserOptions);