reporter
Specify the reporter for test execution.
sequential
Run the tests files sequentially.
isolation
Controls process isolation for test files.
filter
Filter by path using Regex to match only the files that should be performed.
testNamePattern
Only run tests whose title matches the given pattern.
testSkipPattern
Skip tests whose title matches the given pattern.
exclude
Exclude by path using Regex to match only the files that should be performed.
quiet
Perform tests with no logs.
debug
By default Poku doesn't shows logs that doesn't comes from Poku's assert, but you can enable them.
failFast
By using failFast, Poku will stop the tests at the first failure.
concurrency
Use concurrency to limit the number of tests running concurrently.
timeout
Sets the maximum time in milliseconds that each test file is allowed to run.
watch
Watches the events on tests and files that contains tests (after running all the tests), re-running the tests files that are updated for each new event.
enforce
Ensures that the execution is valid and safe before proceeding with the tests.
deno
Exclusive options for Deno platform.
noExit
By setting noExit to true, Poku won't exit the process and will return the exit code (0 or 1).