A quick shortcut for viewing Playwright Trace files (zip) in Windows.
- Right-click on a Playwright Trace file (zip).
- Select "Open with Playwright Trace Viewer" from the context menu.
- Windows Operating System
- PowerShell installed
- Administrator privileges (install script updates the Registry)
- Node.js installed and in PATH (
where nodeshould return a valid path)
- Open PowerShell as Administrator
- Navigate to the repository's
scriptsfolder - Run:
.\install.ps1
Note
The repository can be safely deleted after installation.
- Open PowerShell as Administrator
- Navigate to the repository's
scriptsfolder - Run:
.\uninstall.ps1

