Skip to content

Commit

Permalink
Setup Karma for Chrome Headless
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Feb 19, 2019
1 parent c498672 commit 90a9ec5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
:cache? true
:cache-path "target/lumo-test"}

:doo {:karma
{:launchers {:chromium-headless {:plugin "karma-chrome-launcher"
:name "ChromiumWithoutSandbox"}}
:config {"customLaunchers"
{"ChromiumWithoutSandbox" {"base" "ChromiumHeadless"
"flags" ["--no-sandbox"]}}}}}

:profiles {:dev {:dependencies [[com.cemerick/piggieback "0.2.2"]
[doo "0.1.8"]]}}

Expand Down

0 comments on commit 90a9ec5

Please sign in to comment.