Patch Changes
-
ff34821:
qawolf runner runnow falls back toQAWOLF_ENVIRONMENTwhen neither--env-idnor--env-fileis passed, so the one export that already sets a default forqawolf flowscovers a runner run too.--env-idstill wins over it, and--env-filesuppresses it so a run reading a dotenv file is not handed a second environment on top.The run reports on stderr which environment it picked up. A run that was given none before is now given one, and those variables reach the flow's code, so it should never happen silently.