fix: change save path log to be relative

This commit is contained in:
2026-03-25 21:37:08 +00:00
parent 526e31d0b0
commit 6fae05eb6f
11 changed files with 59 additions and 33 deletions
+22 -1
View File
@@ -1 +1,22 @@
a lean cli e2e testing framework written in go
# Mire
E2E tests for CLIs.
# Quickstart
## Install
- clone
- `make build`
- add `build/mire` to path
## Using
- `mire init` to create the the single config file, every entry is explicit in config.
- `mire record test/name/` - now test how you would test manually, try out commands to see if they work as expected
- `mire test` or `mire test specific/test`
- `mire rewrite` - to rewrite all golden outputs in case of a style change
**Using fixtures?**
You can write you script commands in `setup.sh` at any level, anything at that and nested level will have those run before dropping you
into record.