Open johnjelinek opened 7 years ago
I too would like to use cucumber for bdd treats with ClojureScript, but @johnjelinek why did you open this issue in JVM cucumber rather than cucumberjs?
I figured there's a better chance of it getting addressed here. I don't think the maintainers of cucumberjs would be interested in learning cljs.
The core team decided to drop support for cucumber-jvm-clojure. So this project is looking for a maintainer.
I am interested in using Cucumber with my CLJS project. Currently, if I try to write my step definitions in
cljs
and build, it produces output with dependencies on Google Closure -- this messes up the Cucumber CLI runner. It would be nice to see the features displayed in this repository supportcljs
in the node runtime.