ποΈ 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).