Files
mire/e2e/test/scoped/out

1.3 KiB

$ mire init
mire Done initialising...
$ mire record --save a
mire Run commands in the recorder shell, then type exit to finish.
$ echo one
one
$ exit
exit
mire Verifying recording...
mire Saved at e2e/a
$ mire record --save nested/b
mire Run commands in the recorder shell, then type exit to finish.
$ echo two
two
$ exit
exit
mire Verifying recording...
mire Saved at e2e/nested/b
$ mire test nested
mire RUN nested/b
mire PASS nested/b (12 ms)
mire Summary: total=1 passed=1 failed=0
$ exit
exit