Questions tagged [cruisecontrol.net]

CruiseControl.NET is a comprehensive framework built on the .NET platform to facilitate seamless continuous build processes. Its extensive features include email notification plugins, support for Ant, and compatibility with multiple source control tools.

Selenium faces timeout issues or may throw an Exception when executed within CCNET as a service

I am in the process of setting up Selenium tests to be executed by CCNET, which operates as a service on our build server. Below is my Project.build file: <Target Name="AutomationTests"> <Message Text="~~~~~~~~~~~~~~~~$(HARD_NEW_LINE)" /> &l ...