The continuous-integration tag has no wiki summary.
0
votes
2answers
100 views
How to automatically break Unit Tests when their related Requirements change (before any code change)
The shop I work for has recently switched to Agile/Scrum software development. We've started logging User Stories, and defining their scope with Acceptance Criteria. So, we have
Features defined ...
2
votes
0answers
28 views
Jenkins stops getting my unit test output from xcodebuild
I've got Jenkins set up to build my application test target and execute tests in the iOS simulator like this answer says. When I execute the build in Jenkins, the iOS simulator launches and runs all ...
3
votes
2answers
628 views
What is the correct way to configure the VirtualBox plugin on Jenkins?
I am trying to get the VirtualBox plugin working with Jenkins. My plan is then to hook up the Selenium plugin as well and get a grid running on the VirtualBox cloud. When I follow the instructions on ...
2
votes
1answer
52 views
Test automation for .NET / Java Project relying on app container
I am looking to a testing / continuous integration tool which can help me with the following:
1) Inside a Maven project, allow me to run a JUnit test case that, using some API, deploy an application ...
4
votes
1answer
686 views
Selenium Tests run in the background when TeamCity CI is run as a Windows service
Our test suite is written in Python and makes use of the WebDriver Python bindings. We are looking into moving to TeamCity for continuous integration.
The setup I have in mind is a build triggered for ...
1
vote
1answer
125 views
Automated testing in cloud
I have a Windows application using OpenGL and automated E2E test environment based on Sikuli framework. Tests run locally and are not available outside of my company network. As we have two different ...
1
vote
2answers
352 views
Include Watir test cases in a Continuous Integration system
Did anyone succeed deploying Watir test cases to a continuous integration system such as Team City or Hudson?
I'm trying to find a way to have the test scripts executed and have the results generated ...
4
votes
1answer
653 views
xcodebuild does not run any unit tests when launched from console
My first question here so please bear with me. It may be off topic, if so - close the question.
I have setup Jenkins with git and Xcode plugins so that I would be able to build an iOS project on CI ...
7
votes
1answer
525 views
Continuous Integration and testing environment and configuration for Android
I am an Android developer but I am not satisfied with my testing and Continuous Integration environment and configuration.
Someone could recommend me how to configure the best setup and workflow for ...
0
votes
2answers
274 views
Suggestions for continuous integration, test and deploy infrastructure for a Ruby on Rails application in Amazon EC2 cloud
I would like to know everyone's opinion on the best tools for setting up a continuous integration, test and deploy infrastructure for a Ruby on Rails web application API in the Amazon EC2 cloud and ...
3
votes
2answers
500 views
Open source deployment validation tool
Asked this on stackoverflow and earned myself the tumbleweed badge... Anyone here know of any?
I'm looking for an Open source tool to help with deployment validation for mainly web based applications ...
2
votes
4answers
156 views
Automatically only run the fast tests?
Christmas List:
Manually I nark tests as being in category "long running". I'm lazy and don't want people to have to do this.
Are there any testing or CI frameworks out there that can run only ...