Skip to content
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

junit plugin usage (possibly user error) #183

Open
alexanderjamesking opened this issue Jul 6, 2018 · 0 comments
Open

junit plugin usage (possibly user error) #183

alexanderjamesking opened this issue Jul 6, 2018 · 0 comments

Comments

@alexanderjamesking
Copy link

First of all, thanks for your work - doo is great!

I've been trying to set up the junit reporter as per the README, I have installed karma-junit-reporter and configured as follows:

  :doo {:paths {:karma "./node_modules/karma/bin/karma"}
        :karma {:launchers {:chrome-headless-no-sandbox {:plugin "karma-chrome-launcher"
                                                         :name "HeadlessChromeNoSandbox"}}
                :config {"reporters" ["progress" "junit"]
                         "customLaunchers" {"HeadlessChromeNoSandbox" {"base" "ChromeHeadless"
                                                                       "flags" ["--no-sandbox"]}}

                         "junitReporter" {"outputDir" "target/cljs-test-reports"}}}}

When running I get:

06 07 2018 10:23:36.216:ERROR [reporter]: Can not load reporter "junit", it is not registered!

Have I missed something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant