Fork me on GitHub
#cursive
<
2022-01-07
>
Grant Horner16:01:31

Is there any way for me to run clojure tests in cursive using a deps.edn alias, while also using "Run with Intellij project classpath"? I really like the IDE integration of using the Intellij project classpath, but I have a separate "test" alias set up for testing (duh) that I haven't been able to figure out how to activate.

imre16:01:26

have you found the clojure deps tool window?

imre16:01:16

it has an aliases section you can expand, tick the aliases you want on the IJ classpath, refresh clojure project (spinny wheel icon at the top), and start a new repl

imre16:01:47

or is there some project setting preventing you from doing that?

Grant Horner17:01:12

That was exactly the problem - I needed to check the aliases and tool aliases in there

1