Skip to content

Commit 1daf381

Browse files
committed
fix: no playwright noise in allure test body
1 parent ddd5845 commit 1daf381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const baseReporter: ReporterDescription = [
1717
const allureReporter: ReporterDescription = [
1818
'allure-playwright',
1919
{
20+
detail: false,
2021
resultsDir: allureResultsDir,
2122
categories: [
2223
{

0 commit comments

Comments
 (0)