FxTrace!

Playwright Trace Viewer for CI Artifacts

Private Repository Settings

CircleCI

No token configured - only public repos supported

Get a token from CircleCI Personal API Tokens. Token is stored locally in your browser.

GitHub Actions

No GitHub token โ€” required to download artifacts

Create a token at GitHub Settings โ†’ Tokens with actions:read scope. Token is stored locally in your browser.

Cache: empty
Test history: empty

What is this?

FxTrace lets you view Playwright traces stored as CircleCI or GitHub Actions artifacts. It works around CORS restrictions that prevent trace.playwright.dev from loading CI URLs directly.

Usage

Paste a CircleCI job URL or GitHub Actions run URL to browse all trace files, or paste an artifact URL directly:


          

Tip: Just paste any CircleCI or GitHub Actions URL on this page and it will auto-detect the type.

How it works

  1. Paste a CircleCI job URL, GitHub Actions run URL, or artifact URL
  2. FxTrace fetches the artifact list and shows all trace files
  3. Click a trace to view it, or FxTrace redirects automatically for direct artifact URLs
  4. Playwright fetches the trace through our CORS proxy
  5. Your trace loads in Playwright's trace viewer