79385803

Date: 2025-01-24 22:46:47
Score: 0.5
Natty:
Report link

In your playwright.configt.ts file this is how I set it up:

reporter: process.env.CI ? [
    ["allure-playwright",
      {
        detail: true,
        outputFolder: "allure-results",
        suiteTitle: false,
      }
    ]
  ] : [
    ["html", { open: "never" }],
    ["list", { printSteps: true }]
  ],
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton