I'm trying to get some protractor tests going on Teamcity with Grunt.
I am uncertain how to set up the runner. I've tried using command line runner, but with no success.
I am able to call protractor with Grunt, but the issue is with 'webdriver-manager start'.
I am able to start the Selenium server but the server does not terminate, so build sits there and TC doesn't know when to start protractor tests...
What is the best approach for setting up Protractor tests with Teamcity? Is it common to let Selenium run all the time on the agent?
Thanks in advance