figwheel-main

bhauman 2025-02-05T19:11:52.302069Z

Can I confirm that these are good settings for headless testing in Firefox:

:launch-js ["/Applications/Firefox.app/Contents/MacOS/firefox" "--headless" "--profile" "/tmp/headless-firefox-cljs-testing-profile" "--no-remote" "--url" :open-url]
I'm updating the docs and the figwheel-main-template.

❤️ 1