You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: