Explorar o código

Improve suite name

Alex Dima %!s(int64=3) %!d(string=hai) anos
pai
achega
955df228dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/smoke/smoke.test.js

+ 1 - 1
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;