Tagged Questions
0
votes
0answers
29 views
Improving jenkins reliability in randomly failled tests
I have a set of +800 selenium tests and because of problems in our application (mostly asynchronicity bugs which we are aware but cannot fix now) they, sometimes, randomly, fail.
We use jenkins for ...
0
votes
0answers
66 views
Issue by using TestLink plugin in Jenkins
I'm back on this tutorial to accomplish the last task I have to do in my project.
"Run a test from Jenkins and report results in TestLink"
Actually, i got a jenkins jobs which runs perfectly, it's ...
0
votes
1answer
56 views
Selenium Grid2 Print Screen
I was wondering how people have gone about getting screenshots from a selenium grid test. Presumably my screenshot will be saved to the machine the selenium node is running on, how can I then get it ...
0
votes
1answer
125 views
How to run Selenium Script (Junit) from Jenkins
I'm encountering some issues by executing Selenium Scripts from Jenkins, I'm totally beginner so I need many explanations if somenone can provide some...
So i'm running Jenkins on my VM Linux.
I've ...
0
votes
1answer
90 views
Issue on Running JUnit Selenium tests in Jenkins
I'm beginner by using Selenium and Jenkins. So here is my problem.
I got on a Linux VM, jenkins which is installed and got plugins : JUnit attachment and filesystem_SCM.
I got in a folder of that VM ...
0
votes
2answers
120 views
Jenkins and Seleniumhq configuration
I'm trying to set up a simple Selenium test in Jenkins. My OS is Debian GNU/Linux 6.0.7 (squeeze), desktop version (64-bit). I uninstalled the supplied browser iceweasel and intalled Firefox with ...
0
votes
0answers
64 views
Jenkins: prevent Deploy from running with Selenium Tests
we have about 20 selenium builds and 1 deployment build (for every of 4 environments)
what is the best way to prevent deployments and selenium tests from running simultaneously?
to use ...
4
votes
2answers
326 views
How to use Selenium 2 + Jenkins
I would like to be able to use Selenium 2 with Jenkins.
I am new to both so please excuse any of my ignorance.
I noticed the following plugin for jenkins HERE, and installed it.
I have a base ...
0
votes
2answers
197 views
Having Problems Running my Testng Test Suite on Jenkins
Here is the stacktrace error that I am seeing
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ eselenium-smartpearsonplayer-pageobjects ---
[INFO] Surefire report directory: ...
0
votes
2answers
50 views
Selenium scripts gets failed in jenkins but works fine in local
My selenium java scripts are running fine in local but gets failed in jenkins. For example:
driver.findElement(By.xpath("//div[@id='IDName']")).click();//loads a new page
...
1
vote
1answer
62 views
Selenium on Jenkins: IE is not launching
I am trying to a run a simple Selenium TestSuite through Jenkins. The TestSuite should run against IE. I have already downloaded the IEDriver Server and included it in my "PATH" Variable too.
...
1
vote
1answer
388 views
Run local Selenium Tests via Jenkins/Hudson
I would like to run local Selenium test script written in Java, via Jenkins/Hudson. Is it possible to run scripts from my local windows machine? So far I have written some simple Selenium tests in ...
0
votes
1answer
48 views
Catch timeout event in ruby selenium
Is there any way to catch all timeout error events in selenium , written in Ruby?
I am writing jenkins with selenium , but not sure the best way to terminate building tasks btw steps . The way I ...
3
votes
1answer
1k views
Selenium WebDriver with Jenkins
I'm looking into using Selenium WebDriver with Jenkins. We have a Jenkins server running under Windows Server 2008 and would like to run all my test cases and I'm using mstest and also i have ...
0
votes
0answers
44 views
trying to run selenium test in jenkins, the server doesnt find the domain
I want to run some tests in my jenkins server. for that The browser need to find the domain in my httpd.conf, but instead of that appear a white page, nothing. I've this configuration in my httpd.conf
...
1
vote
2answers
90 views
How to get Jenkins to show skipped tests
I found this Jenkins graph:
https://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin#TAPPlugin-JenkinsJUnitcompatiblereportsandgraphs
It clearly shows red, blue, and yellow sections, yellow being ...
0
votes
0answers
187 views
Failsafe html reports in Jenkins
I have some integration tests (with Selenium) which are run with failsafe maven plugin. Failsafe generates XML reports files only.
1) I want to generate HTML reports
2) I want to have a link in ...
0
votes
3answers
331 views
Jenkins + selenium tests with failsafe plugin
I have a Jenkins platform which calls maven to make unit tests (with surefire plugin) and integration tests (with failsafe plugin). When there is an error in the integration tests, Jenkins considers ...
0
votes
1answer
212 views
Cancel Jenkins Post-Build-Task if Selenium-Test (Build-Task) fails
I'm running a few Selenium-Tests with the SeleniumHQ-Plugin for Jenkins, after the Build-Task with ant. And after the Selenium-Tests, Jenkins is running a Post-Build-Task which deploys the tested ...
1
vote
1answer
357 views
Jenkins, xvfb and selenium
I have been attemplting to follow the instructions here to get svfb running
https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin
Currently the xvfb executable is at /usr/bin/Xvfb,
my project ...
0
votes
1answer
448 views
Running Selenium tests in Jenkins
I have recorded some simple selenium tests by Selenium IDE. Now I want to run those tests in Jenkins.
Which plugin to Jenkins do I need to do that? And how to run the tests step by step? Help is ...
1
vote
1answer
171 views
How to view selenium tests running on a jenkins slave running on a windows 7 server?
We have a build environment set up with Jenkins running on a linux server. In order to run some integration tests on a windows specific project, we have a Windows 7 server vm set up as a hudson slave. ...
1
vote
1answer
193 views
Automated testing web application
I am looking for a tool to functionally test my Yii/ Node.js web application. The first thing I looked into was Selenium. The app runs on a headless Ubuntu server so successfully setting up xvfb and ...
2
votes
0answers
245 views
How to debug a selenium request spec which fails when run in Jenkins build (but passes when run manually as a spec)
I have a request spec written in rspec, using capybara:
scenario "request for a page with js driver", :js => true do
visit "/foo" # redacted here, in my spec it's a legitimate URL
end
In my ...
1
vote
1answer
110 views
Ruby Test script structure advise
I am writing an automated test suit for a program that has mailing lists. I am trying to decide on the best practice for structuring the tools that I am going to use. The tests need to send email ...
1
vote
0answers
381 views
Compile error during running Selenium tests remotely from jenkins
I am trying to run selenium tests from a remote machine through Jenkins (Jenkins is running as root). I am able to run the tests perfectly by SSH through terminal but when I try to run the tests from ...
0
votes
0answers
211 views
Firefox driver jenkins
I have problem with test on jenkins/
go to create new company(CBNPortalRegNewCompSpec) Time elapsed: 2.365 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException: Unable to locate ...
0
votes
2answers
546 views
Selenium Standalone fails to run tests in Google Chrome
I'm using jenkins to run selenium standalone server and html test suites in a windows xp node.
I've managed to get it running and working for iexplore and firefox, but when it comes to googlechrome it ...
3
votes
2answers
148 views
Can I use Jenkins to test to see if a VM(server) is up and running?
Can I use Jenkins to test to see if a VM(server) is up and running? We have alot of VMs(servers) with JBoss, LDAP, MySQL etc on them and I would like to know if I can somehow have Jenkins ping a ...
0
votes
1answer
426 views
Test Automation TestLink/Jenkins/Selenium: Maven issue
I run test cases from jenkins with testng and i export the results in test link thanks to TestLink Plugin.
I have a little problem, since yesterday i try to get the test cases using git. I can ...
1
vote
1answer
434 views
How to attach JaCoCo Agent to application server
I am using JBoss and running Selenium tests from Jenkins. I want to measure code coverage from Selenium tests, so apparently I should attach the JaCoCo java agent to the server. I have done like this:
...
1
vote
0answers
71 views
JUnit test failing because some properties not read
I have a selenium tests written in Junit that I'm running via a Jenkins job. The tests execute fine from Eclipse and from my local command line (Win7). The tests only fail when I execute them via ...
1
vote
1answer
1k views
Publish HTML Test Report through email in Jenkins?
I am using Jenkins and Ant. I am running Selenium and JUnit tests in Jenkins. I am able to generate HTML reports and emails to developers. I would like to publish the Jenkins unit test graph and HTML ...
0
votes
0answers
37 views
Using browser drivers while using tortoise subversion in jenkins
I am using windows xp, maven3.0.4, jenkins, tortoise subversion
I am using tortoise subversion where I post my code and use it to run tests in slave machines from the master(all machines are windows ...
2
votes
1answer
691 views
How to configure Selenium HTML Reports in Jenkins
We have a Java MOJO configured in Jenkins. Once the code is build in CI, surefire reports would be generated. We have Junit and Selenium test cases to test the application.
I need to present the ...
1
vote
1answer
486 views
How to send/publish Selenium Test Reports through email notification in Jenkins?
I can publish and look at Selenium (junit) Test Reports in Jenkins. I can also send email notification to developers. I want to include Selenium Test Report with email notification, how can I do that?
...
1
vote
1answer
903 views
JaCoCo Selenium test code coverage and import to Sonar using Ant
I am running Sonar task through Ant, triggered by Jenkins in RHEL environment. I am successfully using Cobertura for Junit code coverage and Surefire for reporting. Sonar imports the Surefire reports ...
1
vote
1answer
454 views
How to start Selenium in a Jenkins job
I am using Jenkins and Ant to execute my Selenium tests. I would like to make a job that would do the following:
starts Selenium server
executes tests and
kills Selenium server after all tests are ...
4
votes
3answers
212 views
Faster Continuous Integration process with BDD
We run BDD tests (Cucumber/Selenium) with Jenkins in a Continuous Integration process. The number of tests is increasing day by day and the time to run these tests is getting higher, making the whole ...
0
votes
1answer
143 views
Cannot run automation script via Jenkins - getting kCGErrorFailure
I installed Jenkins locally and running on localhost. When I tried to run my scripts through Jenkins, I'm getting the following error:
[testng] Wed Oct 10 15:54:52 Automation.local java[60266] : ...
11
votes
6answers
12k views
Webdriver Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms
I have box where I run tests. It seems like Jenkins would ssh in and execute commands described in the specific job that's running.
Here I am trying to run my Selenium Webdriver tests, but it tells ...
0
votes
2answers
842 views
How to redirect Selenium tests to remote machine using Jenkins
I ran WebDriver tests using Maven from Jenkins on Linux. My selenium automated tests failed because the browser was not being opened. I'm thinking of redirecting my tests and run them on remote ...
1
vote
1answer
691 views
jenkins error FATAL: Unable to find build script at C:\selenium tests for moveon\moveon4tests1\build.xml
I am using Jenkins and Ant to run my selenium tests. It works fine when I run them on my local machine.
Now I have a Jenkins server which is on a different location and I have to run my tests on that ...
0
votes
1answer
219 views
PHP webdrivers tests run fine from command line but only partially when build started by jenkins
Software versions:
jenkins version 1.478
selenium standalone version 2.25
chrome driver version
Chrome version 21
PHPunit 3.6.10
PHP webdriver bindings ...
0
votes
1answer
914 views
Maven Error while running my selenium project in jenkins
When running the top level maven target
test
I get the following error:
FATAL: command execution failed
java.io.IOException: Cannot run program "mvn" (in directory "/var/lib/jenkins ...
0
votes
1answer
564 views
How to run my Python TestCase using Jenkins “Selenium” Plugin?
How to Integrate jenkins with Selenium-webdriver. I am using Python language for Selenium TestCases. I have tried 'pyvirtualdisplay' Python module to hide the display on Jenkins CLI. Currently I have ...
2
votes
1answer
446 views
Issue connecting windows 7 slave to debian master on jenkins
I am trying to connect a windows slave to a linux master on jenkins and I always see the error below. I have tried everything that the link below mentions but I still see the same error. Any help on ...
0
votes
1answer
209 views
Runnig eclipse from Jenkins
I have installed the Jenkins on my windows machine.
I am currently doing the functional testing of a website and i have created all the test cases using selenium . I ran all these testcases using ...
0
votes
0answers
200 views
PHPUnit Selenium tests Jenkins VisualPHPUnit
I've got an ANT build script that builds and runs all my PHP unit tests in my test directory. This is now working from a Jenkins job.
The output from the Jenkins job is viewed in the console link ...
0
votes
0answers
199 views
Configuring Clover in Jenkins for PHPUnit Selenium tests
I am attempting to get PHPUnit to collect code coverage information from Selenium tests as per the docs.
I've copied phpunit_coverage.php to the relevant location, added the append and prepend files ...



