|
před 3 týdny | |
---|---|---|
.. | ||
.clj-kondo | před 1 měsícem | |
.lsp | před 6 měsíci | |
dev | před 3 týdny | |
src | před 1 měsícem | |
test | před 1 měsícem | |
.cljfmt.edn | před 5 měsíci | |
.gitignore | před 6 měsíci | |
README.md | před 3 měsíci | |
bb.edn | před 3 měsíci | |
build.clj | před 6 měsíci | |
deps.edn | před 3 týdny |
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.