mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
* 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
21 lines
503 B
Markdown
21 lines
503 B
Markdown
# e2e
|
|
|
|
e2e tests for Logseq app.
|
|
|
|
## Usage
|
|
|
|
Run the project's tests (they'll fail until you edit them):
|
|
|
|
$ clojure -T:build test
|
|
|
|
## License
|
|
|
|
Copyright © 2025 Tiensonqin
|
|
|
|
_EPLv1.0 is just the default for projects generated by `clj-new`: you are not_
|
|
_required to open source this project, nor are you required to use EPLv1.0!_
|
|
_Feel free to remove or change the `LICENSE` file and remove or update this_
|
|
_section of the `README.md` file!_
|
|
|
|
Distributed under the Eclipse Public License version 1.0.
|