Reputation: 133
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
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