Artifacts
These are the files Glubean writes and other docs refer to repeatedly.
Standard artifacts
- Result JSON:
.glubean/last-run.result.json - Result history:
.glubean/results/{fileName}/{testId}/{timestamp}.result.json - Metadata scan output:
metadata.json
Recommended run command
glubean run ./tests --result-json .glubean/last-run.jsonAn explicit --result-json path keeps local runs, CI, and editor workflows aligned.
Related commands
glubean runglubean scanglubean validate-metadata
Last updated on