Skip to content

Commit

Permalink
try basic passwd store
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Feb 11, 2025
1 parent 48a8e17 commit b3bad2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test.cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

;; uncomment to launch tests in a headless environment
;; you will have to figure out the path to chrome on your system
:launch-js ["chromium" "--headless=new" "--disable-gpu" "--repl" :open-url]
:launch-js ["chromium"
"--headless=new"
"--disable-gpu"
"--password-store=basic"
"--repl" :open-url]
}
{:main com.yetanalytics.lrs-admin-ui.test-runner}

0 comments on commit b3bad2e

Please sign in to comment.