Class AppEvaluation

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Compare the base evaluation against the provided evaluation id

    Returns the comparison result AND downloads the log, in XML format

    Parameters

    • arg: {
          comparisonId: string;
      }
      • comparisonId: string

    Returns Promise<{
        log: string;
        result: IAppEvaluationComparison;
    }>

  • Download a detailed XML log of a specific evaluation

    Returns Promise<string>