594 B
594 B
$ mire init
mire › Done initialising...
$ mire record suite/spec
mire › Run commands in the recorder shell, then type exit to finish.
$ echo nope
nope
$ exit
exit
mire › Save recording? [y/N] n
$ test ! -e e2e/suite/spec/in && test ! -e e2e/suite/spec/out && echo discarded
discarded
$ exit
exit
mire › Done initialising...
$ mire record suite/spec
mire › Run commands in the recorder shell, then type exit to finish.
$ echo nope
nope
$ exit
exit
mire › Save recording? [y/N] n
$ test ! -e e2e/suite/spec/in && test ! -e e2e/suite/spec/out && echo discarded
discarded
$ exit
exit