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 should be possible to add a "Pre Script" to a Goatfile, whichs acts as a script section
idependent from requests, which is executed before the Goatfile actions are executed.
This could be useful to initialize variables with default values or create utility functions*.
This should be implemented with or after #44 has been implemented because this would fit nicely in a metadata header of Goatfiles.
*Currently, function declarations are not carried over between the states of each action. Therefore,
this would have to be adjusted to make this possible.
The text was updated successfully, but these errors were encountered:
It should be possible to add a "Pre Script" to a Goatfile, whichs acts as a script section
idependent from requests, which is executed before the Goatfile actions are executed.
This could be useful to initialize variables with default values or create utility functions*.
This should be implemented with or after #44 has been implemented because this would fit nicely in a metadata header of Goatfiles.
*Currently, function declarations are not carried over between the states of each action. Therefore,
this would have to be adjusted to make this possible.
The text was updated successfully, but these errors were encountered: