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
It would be helpful if there were setEnvironmentVariables() and setGlobalVariables() methods that would accept an array of environment/global variables to set at once.
It would be helpful if there were
setEnvironmentVariables()
andsetGlobalVariables()
methods that would accept an array of environment/global variables to set at once.Current:
Proposed:
A good use-case would be in data providers:
Under the hood, these methods could just loop through the array, passing the key/value combinations to the singular forms of the methods.
The text was updated successfully, but these errors were encountered: