teamcity

Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds

久未见 提交于 2019-11-26 13:18:35
I've been using Selenium for a number of months, which we're using to automate some of our internal testing processes. The scripts have been passing fine. I've recently upgraded to C# 2.40.0 webdriver using FF 27.01 and our scripts are now failing in random places with the following error. [Portal.SmokeTest.SmokeRunTest.Booking] TearDown method failed. OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL htt(p)://localhost:7055/hub/session/56e99e88-ba17-4d12-bef1-c6a6367ccc2f/element timed out after 60 seconds. ----> System.Net.WebException : The

How to Publish Web with msbuild?

核能气质少年 提交于 2019-11-26 11:26:17
Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with the solution runner or msbuild. I tried using the Publish target, but I think that might be for ClickOnce: msbuild Project.csproj /t:Publish /p:Configuration=Deploy I basically want to do exactly what a web deployment project does, but without the add-in. I need it to compile the WAP, remove any files unnecessary for execution, perform any web.config transformations , and copy the output to a

CruiseControl [.Net] vs TeamCity for continuous integration?

為{幸葍}努か 提交于 2019-11-26 05:55:21
问题 I would like to ask you which automated build environment you consider better, based on practical experience. I\'m planning to do some .Net and some Java development, so I would like to have a tool that supports both these platforms. I\'ve been reading around and found out about CruiseControl.NET, used on stackoverflow development, and TeamCity with its support for build agents on different OS-platforms and based on different programming languages. So, if you have some practical experience on

Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds

拈花ヽ惹草 提交于 2019-11-26 05:54:02
问题 I\'ve been using Selenium for a number of months, which we\'re using to automate some of our internal testing processes. The scripts have been passing fine. I\'ve recently upgraded to C# 2.40.0 webdriver using FF 27.01 and our scripts are now failing in random places with the following error. [Portal.SmokeTest.SmokeRunTest.Booking] TearDown method failed. OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL htt(p)://localhost:7055/hub/session/56e99e88

How to Publish Web with msbuild?

浪尽此生 提交于 2019-11-26 02:26:21
问题 Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I\'d like to do this on my TeamCity build server, so I need to do it with the solution runner or msbuild. I tried using the Publish target, but I think that might be for ClickOnce: msbuild Project.csproj /t:Publish /p:Configuration=Deploy I basically want to do exactly what a web deployment project does, but without the add-in. I need it to compile the WAP, remove any