Running Watin on TeamCity

前端 未结 5 1404
孤城傲影
孤城傲影 2020-12-14 19:10

I\'m trying to run a simple Watin test through TeamCity but the Internet Explorer window is never shown as is usually is via CruiseControl.

I get an error that it ca

5条回答
  •  一生所求
    2020-12-14 19:35

    1. Stop agent service. execute command: net stop TCBuildAgent from console.
    2. Run from console c:\teamcity\buildagent\bin\agent.bat start (depending on your teamcity installation path)

提交回复
热议问题