Playwright Automation
from Zero to Job-Ready
A complete video course for QA engineers. TypeScript, Page Object Model, API testing, and CI/CD. Everything you need to write real tests for real projects.
$79one-time, lifetime access
Coming soon. Course is in production.
Who this is for
Manual testers who want to transition into automation
People switching careers to QA from any background
Junior QA engineers who want to get serious about Playwright
Developers who want to understand QA automation
What you will be able to do
Write Playwright tests from scratch without tutorials
Structure a test project using Page Object Model
Test UI, APIs, and authentication flows
Run tests in CI/CD with GitHub Actions
Read and debug failing tests confidently
Pass a technical QA interview that involves Playwright
Course modules
5 modules, 40+ lessons, practice on a real web app
01
Playwright Foundations
- ›Installing Playwright and writing your first test
- ›Locators: getByRole, getByLabel, getByText
- ›Assertions: expect() and what to assert
- ›Running tests, headed mode, debug mode
02
JavaScript & TypeScript for QA
- ›Variables, functions, async/await. What you actually need
- ›Arrays and objects in test data
- ›TypeScript basics: types, interfaces, why bother
- ›Modules and imports in a test project
03
Writing Real Tests
- ›Page Object Model from scratch
- ›Fixtures and test hooks
- ›Testing forms, tables, modals, file uploads
- ›Handling authentication in tests
04
API Testing
- ›Making API requests in Playwright
- ›Testing REST endpoints directly
- ›Combining API setup with UI tests
- ›Mocking API responses
05
CI/CD & Going Professional
- ›Running tests in GitHub Actions
- ›HTML reports and Allure
- ›Cross-browser and mobile testing
- ›Making your test suite interview-ready