Polyman Documentation - v2.3.3
    Preparing search index...

    Function downloadTestsetAndBuildGenerationScripts

    • Downloads tests and builds testset configuration with generator scripts.

      Parameters

      • sdk: PolygonSDK

        Polygon SDK instance

      • problemId: number

        Problem ID

      • problemDir: string

        Target directory

      • testsetName: string

        Name of testset (usually 'tests')

      • _generators: LocalGenerator[]

      Returns Promise<{ testset: LocalTestset; manualCount: number }>