vote up 3 vote down star
2

I'm trying to run a simple WatIn test through TeamCity but the IExplorer window is never shown. Like it is usally through CruiseControl.

I get an error that it can't find a text field so something is running. But i can't see what with out the window.

Is there a specific setup of TeamCity server that i need to do?

flag
We have been running our WatIn tests from the service without major problems, but we started recently... – pauloya 2 days ago

3 Answers

vote up 0 vote down

If you installed as a service, make sure to stop it and disable it. Then, create a .bat file with the following

C:
cd teamcity\buildagent\bin\
agent.bat start

Now just create a shortcut in your start up folder to this batch file!

link|flag
vote up 0 vote down
  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)
link|flag
vote up 5 vote down check

Found this on another forum

All credits go to Matt Baker

For future reference to anyone who attempts to run WatiN tests automatically using TeamCity. You must start your build agent using "\bin\agent.bat start" and NOT as a service. WatiN requires a full UI to execute properly and it doesn't get this environment as a service. I hope this makes it easier for other people!

link|flag
Is there any chance you could elaborate on how to do this? I have a TC 4 server running with multiple builds, only one of which will be using WaTiN. Could you provide a more in-depth walk-through on how to do this? – brady gaster Mar 19 at 18:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.