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

    Function listTestsetsAction

    • Lists all available testsets in the configuration. Shows testset names, number of tests, and groups.

      Returns void

      Resolves when listing completes

      If Config.json is invalid or missing testsets

      // From CLI: polyman list testsets
      await listTestsetsAction();
      // Displays:
      // 1. tests: 15 tests, groups: samples, main
      // 2. stress: 100 tests, groups: none