Book Image

Cucumber Cookbook

By : Shankar Garg
Book Image

Cucumber Cookbook

By: Shankar Garg

Overview of this book

Table of Contents (13 chapters)
Cucumber Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Integrating Cucumber with Jenkins and GitHub


To schedule test case executions remotely, we integrate our testing frameworks with Jenkins. Jenkins has a lot of advantages as it is open source, free, easy to use, can schedule a run on scheduled time or trigger builds after an event, and so on. So it becomes very important that our Cucumber test cases are also run from Jenkins. We will look at this in detail in the next chapter.

Getting ready

  1. Installing and running Jenkins on a local machine is out of the scope of this book. I am assuming that you have either local or remote Jenkins setup ready and can access Jenkins via the URL. If you need any help regarding the setup, follow the Step mentioned in the blog at https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins.

  2. We will also need to upload our project on GitHub. Again, committing the project on GitHub is out of the scope of this book, but if you need any help, you can follow the instructions mentioned at https://help.github.com/articles...