Documentationπ· Poku𧩠OptionsfailFastVersion: v3.x.xOn this pagefailFast By using failFast, Poku will stop the tests at the first failure. HistoryVersionChangesv2.5.0CLI: deprecate --fail-fast in order to --failFast. CLIβ npx poku --failFast ./test APIβ await poku('./test', { failFast: true,});