Right now if I run batch tests (all test scenarios in one folder), I'm unable to reuse values between test scenarios.
Let's say I have a folder X with test scenarios:
  • TS1
  • TS2
  • TS3
If I have a post script in TS1 which saves a value (variable, environment or global), I can't reused the value in any pre-/post- scripts on TS2 or TS3.