how to set up an automatic compilation of test classes?

85 Views Asked by At

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?

1

There are 1 best solutions below

2
Olli Puljula On

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.