I am setting a TeamCity server on Windows to run automated tests using Selenium, however, I am struggling to get Chrome to fire up from TeamCity.
I've tried using the Powershell and command line based build steps to run the nunit console application. In both instances, the tests run, but because the browser never opens up, the tests fail.