FxTrace!
Playwright Trace Viewer for CI Artifacts
Private Repository Settings
CircleCI
Get a token from CircleCI Personal API Tokens. Token is stored locally in your browser.
GitHub Actions
Create a token at GitHub Settings โ Tokens with actions:read scope.
Token is stored locally in your browser.
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
- Paste a CircleCI job URL, GitHub Actions run URL, or artifact URL
- FxTrace fetches the artifact list and shows all trace files
- Click a trace to view it, or FxTrace redirects automatically for direct artifact URLs
- Playwright fetches the trace through our CORS proxy
- Your trace loads in Playwright's trace viewer