interface FlakySettings {
    flakyDetection?: FlakyDetection;
    flakyInSummaryReport?: boolean;
    isFlakyBugCreated?: boolean;
    manualMarkUnmarkFlaky?: boolean;
}

Properties

flakyDetection?: FlakyDetection

FlakyDetection defines types of detection.

flakyInSummaryReport?: boolean

FlakyInSummaryReport defines flaky data should show in summary report or not.

isFlakyBugCreated?: boolean

IsFlakyBugCreated defines if there is any bug that has been created with flaky testresult.

manualMarkUnmarkFlaky?: boolean

ManualMarkUnmarkFlaky defines manual marking unmarking of flaky testcase.