Member Junction
    Preparing search index...
    interface TestDialogOptions {
        mode?: "test" | "suite" | "monitor";
        suiteId?: string;
        testId?: string;
    }
    Index

    Properties

    mode?: "test" | "suite" | "monitor"
    suiteId?: string
    testId?: string