From the course: Robot Framework Test Automation: Jenkins CI and Git Version Control

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Add scripts to a remote GitHub repo

Add scripts to a remote GitHub repo

- [Instructor] So now we've got the Git application installed locally. We've got Python configured to know where Git lives and we have a remote GitHub account where we can now upload our local script repository and start our version control work. So you'll see I have this directory here called git demo and inside there is our typical resources, results, and test directory, and we've got this idea directory which is simply a Python directory. So I'm going to jump back over here to Python and in here, you can see that it's just Amazon.robot with our typical page objects and common files here. So I want to put this code base into the GitHub cloud. So what I'm going to do is I'm going to select VCS, Import into Version Control, and notice the easiest way to do this is to say Share Project on GitHub. So when I click on that, it presents a dialog that allows me to enter my user credentials for my GitHub account. You can see here that I have the option to select whether I want to provide a…

Contents