|
4 giorni fa | |
---|---|---|
.. | ||
.clj-kondo | 1 mese fa | |
.lsp | 6 mesi fa | |
dev | 3 settimane fa | |
src | 1 mese fa | |
test | 4 giorni fa | |
.cljfmt.edn | 5 mesi fa | |
.gitignore | 6 mesi fa | |
README.md | 3 mesi fa | |
bb.edn | 3 mesi fa | |
build.clj | 6 mesi fa | |
deps.edn | 3 settimane fa |
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.