diff --git a/playwright/playwright.config.ts b/playwright/playwright.config.ts index 73cdf795..d1cba6e4 100644 --- a/playwright/playwright.config.ts +++ b/playwright/playwright.config.ts @@ -34,7 +34,7 @@ export default defineConfig({ 'allure-playwright', { detail: true, - suiteTitle: false, + suiteTitle: true, environmentInfo: { os_platform: os.platform(), os_release: os.release(),