UNPKG

playwright-ai-auto-debug

Version:

Automatic Playwright test debugging with AI assistance + UI Test Coverage Analysis

14 lines (13 loc) 255 B
import { defineConfig } from "allure"; export default defineConfig({ name: "Allure Report Example", output: "allure-report", plugins: { awesome: { options: { singleFile: true, reportLanguage: "en", }, }, }, });