interface IRuntimeOptions {
    dryRun: boolean;
    failFast: boolean;
    filterStacktraces: boolean;
    retry: number;
    retryTagFilter: string;
    strict: boolean;
    worldParameters: JsonObject;
}

Properties

dryRun: boolean
failFast: boolean
filterStacktraces: boolean
retry: number
retryTagFilter: string
strict: boolean
worldParameters: JsonObject

Generated using TypeDoc