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
Introduction and Environment Setup
In this lecture we will introduce objectives of the course
Links for previous 2 Java Selenium Cucumber Courses:
Java Selenium Cucumber Part 1:
https://www.udemy.com/java-selenium-cucumber-framework-season-1-first-encounter/
Java Selenium Cucumber Part 2:
https://www.udemy.com/java-selenium-cucumber-framework-part-2/
Maven command:
clean test -PTestNG -DTestSuite=ParametrizedValues.xml -DoperatingSystem=MacOS -Dbrowser=Firefox -Dlink=http://www.facebook.com [email protected] -Dpassword=Jasecu12
Integrate Git into Java Selenium Cucumber Framework
In this lecture we will learn how to install git.
In this lecture we will learn how to connect IDEA IntelliJ Project to Git.
Bitbucket Integration with Java Selenium Cucumber Framework
In this lecture we will learn how to create account on Bitbucket.
In this lecture we will learn how to create git repository in Bitbucket.
In this lecture we will learn how to push project from your PC to Bitbucket repository.
In this lecture we will learn how to work with git in IDEA IntelliJ.
In this lecture we will learn how to work with git repository on Bitbucket webpage.
Jenkins Integration with Java Selenium Cucumber Framework
In this lecture we will learn how to install Docker.
In this lecture we will learn how to run Jenkins as Docker container.
In this lecture we will learn how to setup Jenkins.
In this lecture we will learn how to setup Jenkins slave.
In this lecture we will learn how to create Jenkins job which pulls the code from git Bitbucket repository and run the tests.
In this lecture we will learn how to run the job on slave.
In this lecture we will show Cucumber results on Jenkins.
Summary and Future
In this lecture we will summarize the course.
In this lecture we will show what will be in the sequel o this course.