I want to integrate this with Spock and we are not using any runner explicitly.
We have 500+ Spec classes and we are not using @RunWith explicitly.
How to integrate Junit4Git when we are not using @RunWith? or How to integrate it for Spock?
Does it works only on master branch?
As we are following git flow, and we want to run this on any feature branch or develop branch.