Minor Changes
- 05e2572:
qawolf runner run --follownow reports only the run's status — an "in progress" line, then whether it passed or failed — instead of streaming every log line the run produces. The full log stream is available behind the new--logsflag, and two more flags mirror further streams into the follow as JSON lines:--run-eventsfor the run's progress events and--recorder-eventsfor the browser actions the runner records after an anchor taken just before submission. Each stream flag implies--follow. Anything parsing a followed run's stdout should expect at most one in-progress status entry by default and read the outcome from the exit code; pass--logsto keep receiving log lines, and follow one stream flag at a time when parsing — combined mirrors interleave without a stream label.