update cli-e2e/agents.md

This commit is contained in:
rcmerci
2026-03-21 18:29:46 +08:00
parent 90c81f196d
commit 31234caef7
2 changed files with 14 additions and 17 deletions

13
cli-e2e/AGENTS.md Normal file
View File

@@ -0,0 +1,13 @@
# cli-e2e
Shell-first end-to-end tests for logseq CLI.
## Test cli-e2e itself
- Run internal cli-e2e harness unit tests: `bb unit-test`
## Test cli-e2e cases
- List declared cli-e2e case ids: `bb list-cases`
- Run cli-e2e cases with build preflight unless --skip-build is provided: `bb test`
- `bb test --help` for more help info

View File

@@ -1,17 +0,0 @@
# cli-e2e
Shell-first end-to-end tests for compiled `logseq-cli` and `db-worker-node`.
This harness is babashka-driven and reads declarative EDN manifests from `spec/`.
Current commands:
- `bb -f cli-e2e/bb.edn unit-test`
- `bb -f cli-e2e/bb.edn list-cases`
- `bb -f cli-e2e/bb.edn build`
- `bb -f cli-e2e/bb.edn test --skip-build`
The full in-scope case inventory and coverage metadata live in:
- `cli-e2e/spec/non_sync_inventory.edn`
- `cli-e2e/spec/non_sync_cases.edn`

1
cli-e2e/README.md Symbolic link
View File

@@ -0,0 +1 @@
AGENTS.md