Skip to main content

Advanced debugging

Open the Playwright traces (View traces button on the step) on the test run details. These traces contain:

  • screenshots from the step - hover over the timeline to see the progress
  • playwright actions
  • console messages (Console tab in the bottom menu)
  • network messages (Network tab in the bottom menu)

Note: for playwright actions, some data might be obfuscated to avoid leaking sensitive information.