-
Notifications
You must be signed in to change notification settings - Fork 11
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
Kaocha support #29
Comments
That's really cool! I've been meaning to look into Kaocha since I first read about it. |
I've opened an issue over at caioaao/kaocha-greenlight#5 -- but posting it here as well -- trying to follow the README examples with kaocha running doesn't really work. Some tests are picked up and assertions are run, but the example with inputs/outputs seems to not run any assertions at all. |
fwiw I've started using this plugin as well. thanks everyone for these great tools |
Hey folks, I've been maintaining kaocha-greenlight as of late. Would y'all be amenable to me adding information to mainline greenlight README about the plugin for Kaocha users? |
Hi Rob, I don't really understand your question. I suspect you would like to list the orgs using this plugin on the readme. Is that correct? If so, Nextdoc.io is using it in multiple production CI pipelines |
Late to respond, but yeah - happy to have additional links and info in the README. 👍 |
I just put something together to run greenlight with kaocha, instead of the default runner: https://github.com/caioaao/kaocha-greenlight Just wondering if you guys want to maintain this repository as well. It still needs a CI/clojars config, some implementations are missing, and there's no docs, but at least it's working already 😬 I can do those stuff in some time, but I could use some help
The biggest motivation for me is this (taken from this blog post):
To illustrate this point, I'm already using greenlight with a watch mode and profiling in one project.
The text was updated successfully, but these errors were encountered: