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
I'm doing a test which needs to take the output of one command as an input for the next.
Short of using temporary files I have no way of achieving this within the test script.
It would be a nice feature, if we could e.g. refer to (ideally a regex match) of stdout (or stderr) of the last command, or support pushing such a match to a variable name.
I'm doing a test which needs to take the output of one command as an input for the next.
Short of using temporary files I have no way of achieving this within the test script.
It would be a nice feature, if we could e.g. refer to (ideally a regex match) of
stdout
(orstderr
) of the last command, or support pushing such a match to a variable name.Maybe something like:
Even better if one could do multiple matching groups like so:
The text was updated successfully, but these errors were encountered: