Files
mire/e2e/test/setup-nested/out

19 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[?2004h$ mire init
[?2004l
mire  Done initialising...
[?2004h$ mkdir -p e2e/suite
[?2004l
[?2004h$ echo export FROM_SETUP=from_setup > e2e/suite/setup.sh
[?2004l
[?2004h$ mire record --save suite/spec
[?2004l
mire  Run commands in the recorder shell, then type exit to finish.
[?2004h$ echo $FROM_SETUP
[?2004l
from_setup
[?2004h$ exit
[?2004l
exit
mire  Verifying recording...
mire  Saved at e2e/suite/spec
[?2004h$ mire test suite
[?2004l
mire  RUN suite/spec
mire  PASS suite/spec (13 ms)
mire  Summary: total=1 passed=1 failed=0
[?2004h$ exit
[?2004l
exit