Update 01 of 04
Cross-environment dependencies in multi-environment runs
Runs that span multiple environments no longer drop tests that depend on each other.
When you run a test plan across multiple environments and some tests depend on the output state of other tests (e.g. a login test feeds into a checkout test), the runner used to occasionally drop dependent test cases when reconstructing the run. Fixed. Cross-environment dependency chains are preserved.