@knapsack-pro/core
Version:
Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specif
12 lines (11 loc) • 484 B
TypeScript
export declare abstract class CIProviderBase {
static get ciNodeTotal(): string | undefined;
static get ciNodeIndex(): string | undefined;
static get ciNodeBuildId(): string | undefined;
static get ciNodeRetryCount(): string | undefined;
static get commitHash(): string | undefined;
static get branch(): string | undefined;
static get userSeat(): string | undefined;
static get fixedQueueSplit(): boolean;
static get ciProvider(): string | null;
}