test: use mire to record some e2e tests for itself

This commit is contained in:
2026-03-25 21:03:13 +00:00
parent 952211ef93
commit 526e31d0b0
21 changed files with 345 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
mire
exit
+20
View File
@@ -0,0 +1,20 @@
[?2004h$ mire
[?2004l
A lean CLI E2E testing framework.
Usage:
mire [flags]
mire [command]
Available Commands:
help Help about any command
init Initialise mire in the current project
record Record a new CLI scenario
rewrite Refresh recorded CLI output fixtures
test Replay recorded CLI scenarios
Flags:
-h, --help help for mire
Use "mire [command] --help" for more information about a command.
[?2004h$ exit