diff --git a/bb.edn b/bb.edn index f4319094c7864757901ed60df4a87160b7a27e59..5d1d642d75d03f70879d7673e7ad95360336a8b1 100644 --- a/bb.edn +++ b/bb.edn @@ -46,18 +46,7 @@ "PORT" "8080" "RUST_LOG" "info"})})))} - test - {:doc "HTTP integration tests via Kaocha (clojure -M:kaocha :http-integration). Full suite: clojure -M:kaocha." - :task (let [r (deref (p/process ["clojure" "-M:kaocha" ":http-integration"] {:inherit true}))] - (when-not (zero? (:exit r)) (System/exit (:exit r))))} - - browser-ui-morph - {:doc "Playwright (Spel): POST /ui __rpc__ DOM morph (expand_post_full). Requires: clojure CLI, Chrome, `npx playwright install chromium`." - :requires ([babashka.process :as p]) - :task (let [r (deref (p/process ["clojure" "-M" "-m" "test.runner" "browser-ui-morph"] {:inherit true}))] - (when-not (zero? (:exit r)) (System/exit (:exit r))))} - - walkthrough-fixture + fixture {:doc "Run local server + mock OAuth + seeded walkthrough data for manual browser demos" :requires ([test.walkthrough-fixture :as walkthrough-fixture]) :task (walkthrough-fixture/run-fixture)}