tatut / clj-chrome-devtools

Clojure API for controlling a Chrome DevTools remote
MIT License
130 stars 21 forks source link

Help wanted : Could you please clarify how to run the test? #12

Closed 1v1a3x closed 6 years ago

1v1a3x commented 6 years ago

Hello guys,

I'm getting the following exception when trying to execute the clj-chrome-devtools.chrome-test/simple-page-load with lein eftest command (or just from IntelliJ Idea / Cursive plugin).

CompilerException java.lang.IllegalArgumentException: Cannot open <nil> as a Reader., compiling:(clj_chrome_devtools/commands/dom.clj:4:1)

Could you please help me to figure it out how can I execute the test example? Thank you.

tatut commented 6 years ago

Sorry, I don't use Cursive or eftest.

You can see an example in my other project tuck being run here: https://circleci.com/gh/tatut/tuck/48

1v1a3x commented 6 years ago

Thank you a lot for helping me Tatu!