Stepper icon indicating copy to clipboard operation
Stepper copied to clipboard

Global global variables

Open floyd-fuh opened this issue 5 years ago • 1 comments
trafficstars

When I create a new sequence, I have to redefine all global variables I had defined in the previous sequences. Could you implement global globals? Meaning global variables that are valid for all sequences. Again this would be very helpful when doing things like switching tests environments where requests always need to include "test.example.org" or "integration.example.org" and would allow easy switching with global global variables.

floyd-fuh avatar Apr 16 '20 10:04 floyd-fuh

Sounds like a great idea to me, I can definitely see the use in it. Especially when working with variables in repeater also. Only issue I can see here is that I'll definitely need to rename the current globals to something else before I confuse myself in the process of implementing global globals :D

CoreyD97 avatar Apr 16 '20 10:04 CoreyD97