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

    Function getTestFilesPrivate

    • Private

      Gets all test files from tests directory. Returns only files starting with 'test' prefix in sorted order by test number.

      Parameters

      • testsDir: string

        Path to tests directory

      Returns string[]

      Array of test filenames

      getTestFiles('/path/to/tests')
      // Returns: ['test1.txt', 'test2.txt', 'test3.txt', ...]