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

    Function runSolutionOnGroup

    • Runs a single solution on a specific group within a testset. Executes it on all tests in the group using pre-compiled executable. Note: Solution must be compiled before calling this function.

      Parameters

      • solution: LocalSolution

        Solution configuration

      • config: default

        Configuration containing time/memory limits

      • testset: LocalTestset

        Testset configuration

      • groupName: string

        Name of group to run on

      Returns Promise<void>

      If solution fails on any test in the group

      await runSolutionOnGroup(solution, config, testset, 'samples');