I have an automation test project written by C# and Selenium. I just want to try having it run by MSTest on a remote server so that I can integrate it with my CI server and have it run after every new change submits. I am not using TFS and I don't want to install VS on server, due to big memory consumption. Just wonder whether there is a way to get MSTest working by copying all MSTest related file to server instead of installing VS.
I have tried a few solutions on google. None of them works. Probably they are setups for VS2012 or below but I tried against VS2013 and VS2015. And the error message is "exception has been thrown by the target of an invocation". Don't know if it is the problem of my project or missing file for MSTest.
Any help is appreciated!