OfflineRunOptions
Options accepted by OfflineTestRunner.run.
Properties
PropType
agentFunction?AgentFunction | undefined
Type
AgentFunction | undefinedjudgeVersions?JudgeVersionPin[] | undefined
Type
JudgeVersionPin[] | undefineddatasetVersion?string | number | undefined
Type
string | number | undefinedpassConditionFn?PassConditionFn | undefined
Type
PassConditionFn | undefinedassertTest?boolean | undefined
Type
boolean | undefinedtimeoutSeconds?number | undefined
Type
number | undefinedrunName?string | undefined
Optional display name for the run; server auto-names it when omitted.
Type
string | undefined