parallel
Run the tests files in parallel.
filter
Filter by path using Regex to match only the files that should be performed.
platform
By default, Poku tries to identify the platform automatically, but you can set it manually.
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
When using parallel option, use concurrency to limit the number of tests running concurrently.
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).