Private
Gets all test files from tests directory. Returns only files starting with 'test' prefix in sorted order by test number.
Path to tests directory
Array of test filenames
getTestFiles('/path/to/tests')// Returns: ['test1.txt', 'test2.txt', 'test3.txt', ...] Copy
getTestFiles('/path/to/tests')// Returns: ['test1.txt', 'test2.txt', 'test3.txt', ...]
Gets all test files from tests directory. Returns only files starting with 'test' prefix in sorted order by test number.