Files
mire/e2e/record/save-flag/out

689 B

$ mire init
mire Done initialising...
$ mire record --save suite/spec
mire Run commands in the recorder shell, then type exit to finish.
$ echo saved
saved
$ exit
exit
mire Verifying recording...
mire Saved at e2e/suite/spec
$ test -f e2e/suite/spec/in && test -f e2e/suite/spec/out && echo fixtures
fixtures
$ exit
exit