Course curriculum

  • 1

    Getting Started

    • Introduction

    • Installing the Tools

    • Creating Your First Playwright Project

    • Introducing Visual Studio Code

  • 2

    Writing Your First Playwright Tests

    • Testing the Swaglabs site

  • 3

    Locating Elements in Playwright

    • Playwright Locator Strategies

    • Testing TodoMVC Part 1 - Simple Locators

    • Testing TodoMVC Part 2 - Locator Variables

    • Testing TodoMVC Part 3 - Locating Collections of Elements

  • 4

    Making Assertions In Playwright

    • Playwright Assertions

  • 5

    Organising Tests With Playwright Annotations

    • Playwright Annotations

  • 6

    Page Objects In Playwright

    • Playwright Page Objects