lambdaisland / kaocha-cucumber

Cucumber support for Kaocha
Eclipse Public License 1.0
38 stars 11 forks source link

Splitting the cucumber wrapper from kaocha #20

Open NoahTheDuke opened 1 month ago

NoahTheDuke commented 1 month ago

Would there be interest in splitting the lambdaisland/cucumber portion of this library into a separate project? Or maybe including a deps.edn in the src/lambdaisland/cucumber directory so I can rely on it as a :git/url dependency?

I have looked at other cucumber wrappers and none are as good as this one but I don't want to pull in kaocha (along with all of its dependencies) merely for this part of the code.

plexus commented 1 month ago

You can add an exclusion for kaocha, {:git/url "..." :exclusions [lambdaisland/kaocha]}