Polyman Documentation - v2.2.2
    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[]

        Available generators

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