gage test
This command supports Gage development. Normal use does not require it. It runs Gage’s own test suites, including scanner tests.
The gage test command runs and views tests.
test run
Run tests.
A test selection is a name or pattern. suite/test matches one test. A bare
token matches that test-id in any suite, or every test in a suite of that
name. * matches within a segment but does not cross /.
The run note is stored in manifest.json and shown in gage test list. It is
useful for labeling what you were varying.
A tests directory holds suite *.toml files and a fixtures/ subdir. Use it
for ad hoc tests staged outside source control, for example under
~/.gage/tmp/tests.
test list
List test runs.
test view
View a test run report.
Run IDs are UUIDs and accept unique prefixes.
test note
Set a test run note.
test delete
Delete one or more test runs.
Each run ID must match exactly one run.