@igrishaev how can I set HTTP_PROXY
in etaoin?
@doglooksgood don’t remember right now, I created an issue: https://github.com/igrishaev/etaoin/issues/148
Heya guys — i’m having a conceptual issue that should be really obvious once someone points it out. How do I actually check the results of an integration test?
(is (= expected (doto driver ( ... (get-url)))
doto eventually just returns the driver, but i think what I really want is the result — so that means I just can’t use doto?
as per usual, asking the question gave the answer 🙂