|
3 недель назад | |
---|---|---|
.. | ||
.clj-kondo | 1 месяц назад | |
.lsp | 6 месяцев назад | |
dev | 3 недель назад | |
src | 1 месяц назад | |
test | 1 месяц назад | |
.cljfmt.edn | 5 месяцев назад | |
.gitignore | 6 месяцев назад | |
README.md | 3 месяцев назад | |
bb.edn | 3 месяцев назад | |
build.clj | 6 месяцев назад | |
deps.edn | 3 недель назад |
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.