-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for custom Karma launchers #108
Conversation
Hi @cdorrat, Thanks for your work! It is a big PR with many changes, so I'll take some time to review it (I first need to wrap up and release |
@cdorrat Have you published your doo fork anywhere for the time being (before this gets merged)? I'd like to start running our unit tests in CI and this would be very helpful. If not, I'll publish it temporarily. |
Also, on this PR's branch, the following config causes an exception to be thrown when running doo:
It can be solved by adding |
Hi @kamituel, I had noticed the alias issue, I think it was in the 1.7-SNAPSHOT branch before my changes, we should probably raise an issue or fix it in master before the 1.7 release. I'm happy for you to temporarily push a build of my fork to clojars until the pr is accepted, I'd meant to do it myself but hadn't had time yet. |
I published a Doo version with this PR as |
Hi @bensu, commenting out the :doo :alias section in the example project will give the following error when running
|
@cdorrat thanks for the quick response. @arichiardi also found it and pointed me to the solution in #113 and it is now fixed. |
We encountered the same problem, is this PR still a work-in-progress? |
Is this still being worked on? |
I'm using lein-doo to test a clojurescript chrome plugin and I needed to be able to launch chrome with the "--load-extension=target/chrome" command line argument.
This pull request allows you to add new karma launch configurations in the project.clj and run them from lein doo. There's an example in readme.md and the sample project