Type Alias LangSmithJestlikeDescribeWrapperConfig

LangSmithJestlikeDescribeWrapperConfig: {
    projectName: undefined | string;
    client?: undefined | Client;
    description?: undefined | null | string;
    enableTestTracking?: undefined | boolean;
    metadata?: undefined | null | RecordStringAny;
    projectExtra?: undefined | null | RecordStringAny;
    testSuiteName?: undefined | string;
    upsert?: undefined | boolean;
}

Type declaration

  • projectName: undefined | string
  • Optionalclient?: undefined | Client
  • Optionaldescription?: undefined | null | string
  • OptionalenableTestTracking?: undefined | boolean
  • Optionalmetadata?: undefined | null | RecordStringAny
  • OptionalprojectExtra?: undefined | null | RecordStringAny
  • OptionaltestSuiteName?: undefined | string
  • Optionalupsert?: undefined | boolean