Episode

Running tests with Playwright

with Debbie O'Brien

Let’s take a look at how to run our tests in headless mode with no browser and headed mode with a browser and explore the traces of our tests to see a step by step recording of the test execution by using the Show trace option.

Chapters

  • 00:00 - In this episode
  • 00:18 - Headless mode - with no browser
  • 00:45 - Headed mode - with a browser
  • 01:36 - Text execution with Show trace viewer
  • 03:12 - Up next: Writing Tests