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.

GitHub CI introduction

GitHub CI introduction

In this section, we will learn how to integrate your Playwright PyTest in CI environments. That is, automating your tests. For the same, we will use GitHub Actions. Now if you are not familiar with the same, it's alright. We'll start from scratch by creating a new repository, setting up our project, and then writing our test cases. Then we will learn how to create github actions inside github workflows. We'll create a github action that runs our tests on every push or change to the repository. Finally we will simulate the whole thing and see how our tests run automatically. Please go ahead and start with the setup.

Contents