Introduction Playwright Trace Viewer is a GUI tool that helps you explore recorded Playwright traces after the script has ran. Traces are a great way for debugging your tests when they fail on CI. You can open traces locally or in your browser on trace.playwright.dev. Trace Viewer features Actions In the Actions tab you can see what locator was used for every action and how long each one took t