diff --git a/test/smoke/smoke.test.js b/test/smoke/smoke.test.js index e31f1821..e994849f 100644 --- a/test/smoke/smoke.test.js +++ b/test/smoke/smoke.test.js @@ -18,7 +18,7 @@ const URL = ? `http://127.0.0.1:${PORT}/test/smoke/amd.html` : `http://127.0.0.1:${PORT}/test/smoke/webpack/webpack.html`; -suite(`Smoke Test '${TESTS_TYPE}'`, () => { +suite(`Smoke Test '${TESTS_TYPE}' on '${browserType}'`, () => { /** @type {playwright.Browser} */ let browser;