We have a test suite automated in Selenium with Java using Maven. Now we have TFS 2015 and we were able to use the Maven task to build the selenium project in Build Definition in TFS 2015.
I have seen several links which describe executing Selenium scripts in C# from TFS Release Definition on a remote machine, but I could not find any information on how the Selenium scripts developed in java can be triggered from TFS Release Definition.
We don't want to re-do the whole automation in C#.
So please can you help me to know how Selenium java scripts can be triggered from TFS 2015 and results can be copied back to the release definition?