luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
647 stars 147 forks source link

Consider using Etaoin instead of unmaintained clj-webdriver #320

Open AdamFrey opened 6 years ago

AdamFrey commented 6 years ago

Using the +cucumber flag adds clj-webdriver to the user's new Luminus project. But the clj-webdriver library has been unmaintained since 2015. Would you consider checking out the new pure-clojure webdriver library Etaoin and determining if would be a good replacement in Luminus?

yogthos commented 6 years ago

Absolutely, would you be up for doing a PR to swap in Etaoin?

AdamFrey commented 6 years ago

Yes, I can do that

yogthos commented 6 years ago

👍

sooheon commented 6 years ago

Just FYI, sparkledriver is an alternative wrapper around a more mature java lib.

yogthos commented 6 years ago

I don't have a strong opinion on this one myself, as long as the library is actively maintained and works well it seems like it would be reasonable.