I already have testng dependency in my pom.xml and it is detecting my tests with @Test annotation. Issue is, it is not present in my run configurations like following: Run Configuration
If I manually install testng plugin, then it appears but I was thinking, the plugins we install from marketplace, they are only installed on local machine. They will not be pushed to git. What solutions could be done? I tried again downloading testng dependencies, configuring java buildpath. No luck. Only thing which worked for me was manually downloading testng plugin from marketplace