Skip to content

Commit

Permalink
[allure] chore: Set test title for suite
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed May 12, 2024
1 parent 6c90222 commit d0b5ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
'allure-playwright',
{
detail: true,
suiteTitle: false,
suiteTitle: true,
environmentInfo: {
os_platform: os.platform(),
os_release: os.release(),
Expand Down

0 comments on commit d0b5ecc

Please sign in to comment.