Currently, the definition is:
export interface ILdfTestSuiteConfig {
exitWithStatusCode0: boolean;
outputFormat: string;
timeOutDuration: number;
customEngingeOptions: object;
specification?: string;
cachePath?: string;
testRegex?: RegExp;
urlToFileMapping?: string;
startPort?: number;
serverTerminationDelay?: number;
}
customEngingeOptions -> customEngineOptions
Currently, the definition is:
customEngingeOptions -> customEngineOptions