Alfonso Alba wants to give this talk

Using Jenkins to automate the testing of a Rails application in Google Cloud

In this talk I'd like to share with you how we are using Jenkins and a bunch of other tools (Ansible, packer, rspec, capybara and Google Cloud) to automate the testing of our Rails applications.

We have two different kind of tests: what we call "Backend tests" and end to end tests using Capybara.

Both of them are run automatically when certain events happen in our development workflow. I'd like to show you the challenges we faced and the solutions we implemented