mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
update cli-e2e/agents.md
This commit is contained in:
13
cli-e2e/AGENTS.md
Normal file
13
cli-e2e/AGENTS.md
Normal 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
|
||||
|
||||
|
||||
@@ -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
1
cli-e2e/README.md
Symbolic link
@@ -0,0 +1 @@
|
||||
AGENTS.md
|
||||
Reference in New Issue
Block a user