Episode

Get started with end-to-end testing with Playwright

with Debbie O'Brien

Let’s take a look at how to install playwright using the VS Code extension as well as walk through the example so you can fully understand what is happening on each line of the test and see how locators and assertions are used when writing tests.

Chapters

  • 00:00 - In this episode
  • 00:12 - Install Playwright using the VS Code Extension
  • 01:28 - Example Test
  • 04:55 - Using built in locators
  • 05:03 - Using Assertions
  • 05:36 - Up next: Running Tests