I just deployed a Hudson server and configured it to checkout, build and deploy to a testing http server.
Now I want more =)
I have some Selenium RC tests wrtten in C#/.Net, ... |
I am trying to test my application using Selenium tool via the Hudson plugin (the one called sleniumhq plugin).
As a proof of concept I decided to make a very simple test ... |
I'm having some trouble running a simple selenium test through Hudson.
I've installed the SeleniumHQ plugin for Hudson and configured a job to run a simple test suite which consists of two ... |
I'm running Hudson for my automated builds and love it.
I'd now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
As my Hudson runs as a Windows ... |
apologies for the somewhat confusing title :-) Basically, I've configured my Selenium tests to run through JUnit when I build the project through maven. If I start my Selenium Server in ... |
I am trying to get Hudson to run my ruby based selenium tests. I have installed the Selenium Grid plugin, but I don't want to have the RC's running as slaves ... |
I'm trying to get Selenium tests to work when they are executed by Hudson, but I have not been successful so far. Hudson is running on Ubuntu, and Selenium is unable ... |
|
Our Hudson installation shows a very spartan version of the Selenium report:
Selenium Report Result
numTestPasses 2
numTestFailures 0
I've understood that it should be possible to view full reports via Hudson, and ... |
What I want to do
I'm trying to run Selenium Server on my Hudson CI server via the SeleniumHQ plugin, but unfortunatly it doesn't start for my single TestSuite. I ... |
is there a way to install selenium into hudson, and have it run a test via a .dll (c#)? all i can find so far is a html script.
Thanks
|
I was using Selenium RC some time back and the statement below worked fine verifyEquals("*/en-us/", selenium.getLocation());
Now I am using Hudson, Ant and SeleniumRC and this statement does not work. I am ... |
My main problem is about having Hudson perform tests on another machine :
I'm testing a website with Selenium, and the early testing went well. Now is the time to have Hudson ... |
Right now I am using Hudson CI to launch browser in xvnc and run my tests through Webdriver (pre 2.0)
Should I use Selenium remote webdriver instead? is that more efficient than ... |
please tell me how to configure selenium Junit test cases through Hudson.
I am unable to do it.
|
I'm new to web development and web testing. And I want to use Hudson in my continous integration and for my automated testing using selenium. How can I integrate the selenium ... |
I am able to get my tests running on Hudson CI but have been interested to see if there's any clear performance difference between Selenium Grid 2 vs Hudson CI running ... |
I am using Hudson CI to run an ant script which compiles and executes Selenium2/Webdriver tests (written as TestNG tests). These tests are set to run in a Firefox browser, not ... |
I've got an interesting problem and seems to be completely random. Our selenium tests are being run through JUnit and as such have the junit xml output format. We usually have ... |
For automated testing of web project we use Hudson, PHPUnit, and Selenium. The results of the build are stored in the JUnit XML ... |
I am executing regression test created by selenium and triggered from hudson. After this test i need to clean up DB , so for this any option there in Hudson to ... |
I am using Jenkins for running Selenium tests in a monitoring way. The failures are often a temporary phenomenon (timeouts etc.). I escalate projects' execution upon a failure with Naginator plugin ... |
I am using selenium RC + TestNG for my project. Also am using Selenium - Grid to run in multiple platforms. Now i want to intergrate my project into Hudson.. Can ... |
My environment:
Hudson -> with selenium grid plugin - Installed on linux machine
Hudson -> Having 4 machines ( 1 linux , 3 Windows ) as node
TestCases -> MyTestCases are in TestNG
In hudson ...
|
There is Selenium plugin (RC) in Hudson and the builds are taking to too long and keep failing if the server takes a while to respond. I do not think putting ... |
I am using Selenium RC(Java) with TestNg. I run the script using TestNG. Now i want to integrate selenium with Hudson. So that whenever Hudson deploy the build into test server ... |
I have selenium junit test cases created using client library of selenium 2. I have integrated selenium grid 1 with hudson now i m trying to run test cases from hudson ... |
I have exported a recorded script in html and now trying to execute that script from hudson,but every time i am getting below mention message, please let me know what i ... |