From the course: Playwright Python and Pytest for Web Automation Testing: Master Modern Web Testing with Playwright and Pytest in Python

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Setup repository

Setup repository

In this lesson, we'll go ahead and set up our project. The first step is to create a new GitHub repository. So go ahead and open GitHub and create a new repository. We can go ahead and name it qubit because that's what our application will do. Of course, you can name it anything you'd like. And let's provide a small description. So find the cube of an of a number because that's what it's gonna do. Now these settings are up to you. Make sure it's public and then we can go ahead and create our repository. Now that we have created our repository, let's go ahead and clone into the same. So open an empty directory where you would like to set up the project with your code editor and then in the terminal clone in the git repository using the git clone command. Make sure you provide the dot at the end to clone in the files into the current directory. So if I go ahead and hit enter, it will go ahead and initialize this directory as our git repository. Of course our repository is empty that's…

Contents