Test Flaky Identifier

interface TestFlakyIdentifier {
    branchName: string;
    isFlaky: boolean;
}

Properties

Properties

branchName: string

Branch Name where Flakiness has to be Marked/Unmarked

isFlaky: boolean

State for Flakiness