Git, Bitbucket, Jenkins in Java Selenium Cucumber Framework
- 4.2
Brief Introduction
Learn how to integrate Git, Bitbucket and Jenkins into existing Java Selenium Cucumber Framework projectDescription
This course is related to two another courses about Java Selenium Cucumber Framework:
Java Selenium Cucumber Framework Part 1 (free course) , Java Selenium Cucumber Framework Part 2 (paid course), details about these courses are in Lecture 2 which is a free preview.
Anyway, it is not necessary to finish both courses before this course.
As a part of this course it is attached the framework (which was created in two courses mentioned above), so you need to do just basic environment setup on your PC, which is explained in free course Java Selenium Cucumber Framework Part 1.
In "Git, Bitbucket, Jenkins in Java Selenium Cucumber Framework" course, you will learn how to:
- setup git on your PC
- integrate git into existing project (Java Selenium Cucumber Framework) in IDEA IntelliJ
- create account and git repository in Bitbucket
- push your project (Java Selenium Cucumber Framework) into git Bitbucket repository
- work with git in IDEA IntelliJ and in Bitbucket repository (create branch - local and remote, pull from master, merge from master to branch, push to branch, create pull request, merge to master)
- run Jenkins as Docker container
- create Jenkins slave from Docker host PC
- create Jenkins job which will pull Java Selenium Cucumber Framework from Bitbucket git repository, run the tests on Jenkins slave and display detailed Cucumber reports
Requirements
- Requirements
- no special knowledge, we will learn all the tools during the course