Files
logseq/cli-e2e
Gabriel Horner 0009e7cc21 enhance(cli): import edn can import into existing graph
This functionality is available in the old cli so making sure it's
available in the new one. Also update messaging so it's clear when a new
graph is created
2026-03-25 17:52:58 -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