Arguments to pass to the test script file executed as a child process
Arguments to pass to Node.js CLI when executing the test script
OptionalclearScreen?: booleanWhether to clear screen after every file change
Optionalenv?: NodeJS.ProcessEnvEnvironment variables to share with the test script
Optionalreporters?: string[]Test reporters to use (e.g., 'spec', 'json', 'tap')
Optionaltimeout?: numberGlobal timeout for tests in milliseconds
Optionalretries?: numberNumber of times to retry failed tests
Optionalfailed?: booleanWhether to run only previously failed tests
Filter options for controlling which tests to run
Options accepted by the test runner for configuring test execution