-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.cljs.edn
More file actions
17 lines (13 loc) · 840 Bytes
/
Copy pathtest.cljs.edn
File metadata and controls
17 lines (13 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
^{
;; use an alternative landing page for the tests so that we don't
;; launch the application
:open-url "http://[[server-hostname]]:[[server-port]]/test.html"
;; uncomment to launch tests in a headless Firefox environment
;; you will have to figure out the path to firefox on your system
;; :launch-js ["/Applications/Firefox.app/Contents/MacOS/firefox" "--headless" "--profile" "/tmp/headless-firefox-cljs-testing-profile" "--no-remote" "--url" :open-url]
;; Chrome
;; folks seem to have issues launching chrome different
;; environments, these flags seem to help, your milage may vary
;; :launch-js ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" "--headless" "--disable-gpu" "--disable-dev-shm" "--remote-debugging-port=9222" "--repl" :open-url]
}
{:main gh-colorful-contributions.test-runner}