Infinitest and IntelliJ
Posted by Piotr Gabryanczyk on April 2, 2008
Infinitest is a very interesting tool for continuous testing. I am looking forward for IntelliJ plugin.
In the mean time
Here is how you can run it in IntelliJ now:
- Run your tests as usual from IntelliJ
- Go to console window and copy -classpath x;y;z…
- Create application run configuration for class
org.infinitest.Infinitestas usual and add the copied string to VM parameters field. - Run newly created configuration
Enjoy!
