Sergey
Sergey

Reputation: 133

how to set up an automatic compilation of test classes?

Intellij idea not compiles special classes when running test. Now I run the compilation manually via activator console. How can I customize the intellij idea to run automatically when start a compilation of test?

Upvotes: 0

Views: 96

Answers (1)

Olli Puljula
Olli Puljula

Reputation: 2539

I'm not sure if I got you right but you can try to right click your test class and choose "Run [your_class]". It will compile the needed classes.

Upvotes: 0

Related Questions