Class TestOMatiq

Constructors

Properties

Methods

Constructors

Properties

emitter: EventsBus
qlikApps: {
    [k: string]: App;
}

Type declaration

  • [k: string]: App
specs: Runbook
testResults: {
    [k: string]: ITestDataResult[] | ITestMetaResult[];
}

Type declaration

Methods

  • Parameters

    • Optional options: {
          testSuites?: string[];
      }
      • Optional testSuites?: string[]

    Returns Promise<{
        failedTests: number;
        passedTests: number;
        tests: {
            [k: string]: ITestDataResult[] | ITestMetaResult[];
        };
        totalTime: number;
    }>