Тесты селена, непрерывная интеграция. HTTP-запрос к удаленному серверу WebDriver для URL http://localhost

Я выполняю тесты на селен с использованием круиз-контроля, и многие тесты не пройдены с той же ошибкой:

OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:7055/hub/session/18ebd740-f48e-4be2-bd84-a24f645cad2a/element/%7Bf6d3eb90-dadb-46f1-83e9-d022ccfc81fb%7D/click timed out after 60 seconds. 
    ----> System.Net.WebException : The operation has timed out 
    TearDown : System.ArgumentException : Illegal characters in path. 
    at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(WebRequest request) 
    at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute) 
    at OpenQA.Selenium.Firefox.FirefoxDriverCommandExecutor.Execute(Command commandToExecute) 
    at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 
    at OpenQA.Selenium.Remote.RemoteWebElement.Click() 
    at OpenQA.Selenium.Support.PageObjects.WebElementProxy.Click() 
    .....

Эта ошибка возникает при использовании сервера сборки. Те же тесты отлично работают, если они запускаются из VS и NUnit runner.

0 ответов

Другие вопросы по тегам