Skip to content

Commit

Permalink
try playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Jan 15, 2024
1 parent ba5dce0 commit fcda1e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
(defn tests-ci-shadow [{:keys [compile-mode]}]
(util/start-server)
(browser-test-build compile-mode {})
(println (fs/list-dir "web-target/public"))
(println (fs/list-dir "web-target/public/browser-test"))
(println "file")
(println (slurp "web-target/public/browser-test/foo.html"))
(println (slurp (str util/shadow-local "/browser-test/foo.html")))
(try
(util/kaocha-exit-if-fail (util/run-tests-headless nil))
Expand Down

0 comments on commit fcda1e6

Please sign in to comment.