Ilya
Ilya
A slice doesn't provide information about the origin of the element. It is unclear what element should I use, if I end up having multiple.
> > A slice doesn't provide information about the origin of the element. It is unclear what element should I use, if I end up having multiple. > > Yea,...
Maybe it is time to add per-call settings instead of global?
I would go further and introduce variables, each test step will populate some set of dictionary, for example ssh can generate { stdout: "aa", stderr: "sss", result_code: ""}. These variables...
Yes! Also on top of that we can develop simple assertion test steps that will just check these variables
I haven't started doing it, I was just musing about how the feature could look like, so you can start doing it :) But it would be nice to have...
The internal implementation can always be reworked, so I'm not worried about it. I'm more concerned about the "interface" part, the way people should write the actual tests, so I...
Sorry, for delay, had some internal discussion on how to make the change in job descriptor more clear: So, the raw proposal of "public interface" change is the following: 1....
> Few comments. > > * I would name that "variables" as "outputs" or "outvars", something to show it's an output. > * the usage syntax probably needs adjusting, like...