Playwright Cucumber TS Steps
    Preparing search index...

    Interface ReportOptions

    interface ReportOptions {
        on: ("html" | "slack" | "teams" | "json")[];
        slackWebhookUrl?: string;
    }
    Index

    Properties

    Properties

    on: ("html" | "slack" | "teams" | "json")[]
    slackWebhookUrl?: string