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
currently global variables are being set in
onPrepare: function () {
global.myFirstVar = 1;
},
I have about 30 variables, and the conf file it's starting to get a bit messy. It would be a bit more organised if we could link the global variables directly in a file.
The text was updated successfully, but these errors were encountered:
currently global variables are being set in
onPrepare: function () {
global.myFirstVar = 1;
},
I have about 30 variables, and the conf file it's starting to get a bit messy. It would be a bit more organised if we could link the global variables directly in a file.
The text was updated successfully, but these errors were encountered: