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

Test Reporting with Doo #164

Open
Wolfgang51 opened this issue Feb 15, 2018 · 1 comment
Open

Test Reporting with Doo #164

Wolfgang51 opened this issue Feb 15, 2018 · 1 comment
Labels

Comments

@Wolfgang51
Copy link

Hey everyone, my name is Jacob and I have been given the task to test our Clojurescript applications. Currently, we are using "Doo" as our test runner and "Phantom JS" as our environment. One thing I have not been able to find a solution to is how to report our test results (other than just in the cmd). I know there are certain libraries available for formatting test results into JUnit test results but I have not been able to find any that integrate well with the "Doo" runner and "Phantom JS" environment. We would like to avoid using Karma and stick to Phantom JS. Does anybody have any recommendations for a solution to report clojurescript test findings?

@bensu
Copy link
Owner

bensu commented Mar 7, 2018

We have nothing in the works but this thread contains possible solutions:

#34

The gist is that cljs.test was built with extensibility in mind and it can handle reporting. Tying doo to a different reporting format shouldn't be hard.

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

No branches or pull requests

3 participants