enhance: add e2e tests for outliner ops (#11828)

* first e2e example

* Add wally repl pause/resume example

* use with-page-open

* add indent outdent test

* outliner add delete tests

* remove all timeout usage

* refactor: move fns to logseq.util

* Add commands tests for command trigger and node reference

* Add http-server

* add bb script to build release and run tests

* exit when tests finished

* Add clj e2e workflow

* increase slow-mo to 100
This commit is contained in:
Tienson Qin
2025-04-24 00:51:22 +08:00
committed by GitHub
parent 1fb34efc8c
commit d0a3e08958
14 changed files with 529 additions and 2 deletions

31
clj-e2e/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
.calva/output-window/
.calva/repl.calva-repl
.classpath
.clj-kondo/.cache
.cpcache
.DS_Store
.eastwood
.factorypath
.hg/
.hgignore
.java-version
.lein-*
.lsp/.cache
.lsp/sqlite.db
.nrepl-history
.nrepl-port
.portal
.project
.rebel_readline_history
.settings
.socket-repl-port
.sw*
.vscode
*.class
*.jar
*.swp
*~
/checkouts
/classes
/target
.wally/