|
3 weeks ago | |
---|---|---|
.. | ||
.clj-kondo | 1 month ago | |
.lsp | 6 months ago | |
dev | 3 weeks ago | |
src | 1 month ago | |
test | 1 month ago | |
.cljfmt.edn | 5 months ago | |
.gitignore | 6 months ago | |
README.md | 3 months ago | |
bb.edn | 3 months ago | |
build.clj | 6 months ago | |
deps.edn | 3 weeks ago |
e2e tests for Logseq app.
Before running tests, ensure the following:
bb serve
.Then, run the project's tests:
$ clojure -T:build test
If you would like to run individual tests, pass options to the test runner through clojure -M:test
. For example, add a ^:focus
on a test and then run clojure -M:test -i focus
.
If e2e tests fail, clj-e2e/e2e-dump/
contains console logs and screenshots to help debug.