Stepper
Stepper copied to clipboard
Global global variables
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.
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