@qawolf/flows/cli when the flow does not need a browser, Android device, or iOS device.
Use The Basic Target
CLI flows currently support one target.
Use Node APIs Directly
CLI flows run in Node, so prefer the Node standard library for ordinary file, process, and network work.Pass Data To Later Flows
Useinput for values passed into the flow and setOutput(...) for values a later flow can read.
input, setOutput(...), and test(...) when you need QA Wolf runtime state.
For the exact CLI target and callback context shape, see the CLI Reference.