@salesforce/agents
    Preparing search index...

    Function convertTestResultsToFormat

    • Convert the raw, detailed test results to another format.

      Parameters

      • results: AgentTestResultsResponse

        The detailed results from a test run.

      • format: "json" | "junit" | "tap"

        The desired format. One of: json, junit, or tap.

      Returns Promise<string>