TestManager
This class provides an interface for running tests and benchmarks.
Functions
run
Types
interface
TestConfig {
runTests:
boolean?
--
[Default: true] Whether to run tests.
runBenchmarks:
boolean?
--
[Default: false] Whether to run benchmarks.
ancestors:
{
Instance
}
?
--
[Default: {ReplicatedStorage}] The ancestors to search for test and benchmark files.
ignoreList:
{
string
|
Instance
}
?
--
A list of strings or instances to ignore when searching for test and benchmark files.
}
Collects .spec
and .bench
files and then runs the tests and benchmarks.