Created by: korniltsev
The patch adds "Buck test" intellij configuration which runs "buck test" and shows results in intellij's test framework form.
Before we review/merge it I have a few questions. I'l leave them as a comment to the source.
There a bunch of things I would love to do in follow-up patches:
- Make this test configuration debuggable
- "Jump to source" in test tree view.
- Create test configurations from context (right click on test classes/methods)
- Install configuration (with debug)
So please let me know if fb will be ready to consider accept them.