Exploring Playwright's Trace Viewer for debugging locally and on CI

Опубликовано: 08 Июль 2024
на канале: Playwright
5,448
164

In this video let's look at Playwright's trace viewer, a GUI tool that helps you explore recorded Playwright traces after the script has ran. Traces are a great way for debugging your tests locally or when they fail on CI. The trace viewer shows you a timeline of your tests actions, a DOM snapshot which you can pop out and explore, network requests, console, source code and more.

Check out the docs on Playwright's Trace Viewer
https://playwright.dev/docs/trace-viewer

#playwrightdev #playwrightweb #playwright #vscode #endtoendtesting #testing