Commit Graph

189 Commits

Author SHA1 Message Date
Tienson Qin
b4eb2eaf72 add embed/cloze/new-property tests 2025-05-05 22:17:24 +08:00
Tienson Qin
164212d767 add util/set-tag 2025-05-05 21:21:38 +08:00
Tienson Qin
62b654319f add template and calculator tests 2025-05-05 21:18:38 +08:00
Tienson Qin
cead4f1c88 add query tests 2025-05-05 20:31:13 +08:00
Tienson Qin
0bc5854a9e disable /time test temporally 2025-05-05 12:22:08 +08:00
Tienson Qin
5133cf939d Add number list and children commands tests 2025-05-05 12:19:30 +08:00
Tienson Qin
9d793aecfb Add date time commands tests 2025-05-05 11:54:56 +08:00
Tienson Qin
5f3b9f2bcd add scheduled and deadline commands e2e tests 2025-05-04 19:01:36 +08:00
Tienson Qin
e3e3df1315 Add status and priority commands e2e tests 2025-05-04 18:30:13 +08:00
rcmerci
aea2dd00a0 test(e2e): screenshot when assert err 2025-05-01 18:05:40 +08:00
rcmerci
eb76f078f9 test(e2e): rtc-basic-test add delete-pages test 2025-05-01 00:44:14 +08:00
rcmerci
dcb6c4fb3a test(e2e): update rtc-basic-test 2025-04-30 18:19:21 +08:00
rcmerci
357d11cbe8 test(e2e): update rtc-basic-test 2025-04-30 14:36:42 +08:00
Tienson Qin
118a1edf02 fix: wait 1s after new-graph 2025-04-29 13:50:18 +08:00
Tienson Qin
f4c04a45f1 enhance: make e2e tests more stable 2025-04-29 13:02:11 +08:00
Tienson Qin
4b53a0b8e0 fix: e2e tests 2025-04-29 02:58:22 +08:00
Tienson Qin
85c1e5c267 Add more commands e2e tests 2025-04-29 02:31:02 +08:00
rcmerci
3c31189f4a test(e2e): update multi-tabs-test 2025-04-27 22:58:27 +08:00
rcmerci
f3e0036f42 test(e2e): update multi-tabs-test 2025-04-27 18:42:23 +08:00
rcmerci
b8c53fc6e5 test(e2e): split ns logseq.e2e.block 2025-04-27 17:40:01 +08:00
rcmerci
d9ecf1aa7a test(e2e): rtc-basic-test cleanup new added graph 2025-04-26 23:43:57 +08:00
rcmerci
777d845819 test(e2e): add ns logseq.e2e.graph 2025-04-26 16:50:00 +08:00
rcmerci
0b59755a21 test(e2e): add ns logseq.e2e.assert 2025-04-26 00:36:18 +08:00
Tienson Qin
97c4a4de5b fix: double esc to ensure there's no action bar 2025-04-25 22:16:01 +08:00
rcmerci
75f42f7d36 test(e2e): update multi-tabs-test 2025-04-25 19:39:35 +08:00
rcmerci
de667bfd63 test(e2e): update config vars, add fn cancel in user ns 2025-04-25 18:08:56 +08:00
rcmerci
465fd1870c test(e2e): split ns config,playwright-page, add multi-tabs-test 2025-04-25 17:29:15 +08:00
rcmerci
36611dc49c chore: cleanup 2025-04-25 16:06:04 +08:00
Tienson Qin
f5f23a8c37 fix: search bug on e2e tests 2025-04-25 15:55:13 +08:00
Tienson Qin
8d7654fd57 enhance: dev/user setup for clj e2e tests 2025-04-25 14:26:48 +08:00
rcmerci
71fb858cd9 test(e2e): split ns logseq.e2e.keyboard 2025-04-24 22:30:09 +08:00
rcmerci
7506c72523 test(e2e): update config.edn 2025-04-24 22:14:10 +08:00
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