tesh icon indicating copy to clipboard operation
tesh copied to clipboard

Capture dynamic output

Open noteed opened this issue 3 years ago • 0 comments

In https://github.com/OceanSprint/tesh/issues/8 it is suggested that some specific output could be ignored when attempting to match an expected output, by using some kind of patterns.

This could be extended so that it would be possible to name those patterns, and the captured values could be re-used later in the shell session.

For instance:

$ docker build .
...
Successfully built [IMAGE-ID]

$ docker run [$IMAGE-ID]

noteed avatar Nov 23 '22 11:11 noteed