parallel
Run the tests files in parallel.
History
Version | Changes |
---|---|
v2.2.0 | -p short flag. |
CLIβ
# Parallel mode
npx poku --parallel ./test
- Short flag:
-p
.
APIβ
await poku('./test', {
parallel: true,
});
tip
See also the concurrency
option.