Files
logseq/cli-e2e
Gabriel Horner bf3303b1d6 fix(cli): built-in queries should return more than
just integers. Also remove block-search since `logseq search` does this
better
2026-04-02 15:27:55 -04:00
..
2026-03-22 17:49:45 +08:00
2026-03-22 17:49:45 +08:00
2026-03-21 18:29:46 +08:00

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

Clean up

  • Execute cleanup: terminate stale db-worker-node processes and remove cli-e2e temp graph directories: bb cleanup
  • Preview cleanup actions only (no kill/delete): bb cleanup --dry-run