Commit Graph

207 Commits

Author SHA1 Message Date
rcmerci
dffc8fc55b test(e2e): fix util/new-graph 2025-04-24 21:04:40 +08:00
rcmerci
e3734264fc test(e2e): open 2 instances, login, create rtc-graph 2025-04-24 19:05:52 +08:00
Gabriel Horner
f11775dd76 refactor: have test repo use its own ns, logseq.e2e
Like any other repo, give it its own top-level ns to avoid conflicts
with other repos. Also removed unused ns that was generated
2025-04-23 16:32:55 -04:00
Gabriel Horner
8046549982 enhance(dev): run individual clj-e2e tests easily from cmdline
Also add more docs on setup and removed conflicting license. Don't think
it was intentional to have these tests as EPL and the rest as AGPL-3
2025-04-23 16:09:13 -04:00
Tienson Qin
158c1091db move util and repl to /src 2025-04-24 02:27:16 +08:00
rcmerci
2c6247a8d7 chore: update .lsp & gitignore 2025-04-24 01:13:28 +08:00
Tienson Qin
d0a3e08958 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
2025-04-24 00:51:22 +08:00