kaocha icon indicating copy to clipboard operation
kaocha copied to clipboard

Cucumber and Clojurescript

Open Wolfgang51 opened this issue 5 years ago • 3 comments

Hey there,

First off, I really love what you are doing here with this library 😊. I particularly like how it bridges Clojure and Clojure(script) testing into one framework. With that being said, have you considered creating a Clojure(script) implementation of Cucumber? This seems to be a pain point for the Clojure(script) community especially with those utilizing Reagent and Re-frame.

Wolfgang51 avatar Feb 26 '19 13:02 Wolfgang51

Hi @Wolfgang51 , maintaining the JVM version of kaocha-cucumber has already proven to be a huge pain, even in it's short lifespan. Given that I no longer have funding to work on Kaocha I do not plan to add more test types myself, at least not in the short term.

I do have some clients interested in figuring out a good story around browser-based integration testing, so there might be stuff happening there, but it will almost certainly not be JavaScript cucumber based.

plexus avatar Feb 26 '19 15:02 plexus

Not sure if it helps but we have this library @Wolfgang51 https://github.com/FundingCircle/jukebox/ (which however is not CLJS compatible atm, but maybe it could be if there is enough interest)

AndreaCrotti avatar Mar 01 '19 16:03 AndreaCrotti

If you're specifically looking for browser UI testing (what people in the Ruby space use Cucumber+Capybara for) then I would look into https://github.com/igrishaev/etaoin

plexus avatar Mar 02 '19 18:03 plexus

Closing as "wontfix"

plexus avatar Jan 25 '23 09:01 plexus