From 955df228ddc884938ee78667076ec838ec3109dc Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 17 Nov 2021 00:26:50 +0100 Subject: [PATCH] Improve suite name --- test/smoke/smoke.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;