Files
mire/e2e/test/basic/out

1.5 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 /home/test/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 /home/test/e2e/nested/b
$ mire test
 
mire RUN a
mire PASS a (12 ms)
mire RUN nested/b
mire PASS nested/b (12 ms)
mire Summary: total=2 passed=2 failed=0
$ exit
 
exit