I am planning to add test suit for my web-project and some mobile api. I finalise Midje and clojure.test to test each line of code basically for (Unit Testing),
but I am unable to figure out test libraries to test end-to-end api.
what about clj-webdriver or any other better option..?
thanks and appreciation for any help.