Properties

context: export=
deviceType: any
deviceTypeSlug: any
image: any
kernelHeaders: any
options: {
    balena: {
        apiKey: any;
        apiUrl: any;
        application: {
            env: {
                delta: any;
            };
        };
        organization: any;
    };
    balenaOS: {
        config: {
            installerForceMigration: any;
            uuid: any;
        };
        download: {
            imageType: any;
            version: any;
        };
        network: {
            wired: any;
            wireless: any;
        };
    };
    id: string;
    replOnFailure: any;
    tmpdir: any;
}
passing: any
rootPath: string
rootTree: any
setup: TaskQueue

Setup task queue for suite initialization tasks

state: export=
suitePath: any
teardown: typeof Teardown

Teardown task queue for suite cleanup tasks

testSummary: {
    stats: {
        failed: number;
        passed: number;
        ran: number;
        skipped: (() => number);
        tests: number;
    };
    suite: string;
    tests: {};
    get dateTime(): string;
}
workerAddress: any

Methods