Telescope
Description
Cross-browser web performance testing agent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Telescope
A cross-browser web performance testing toolkit built on [Playwright](https://playwright.dev/). This repository is a monorepo containing two packages:
| Package | Description |
|---|---|
| `packages/telescope` | Core CLI and library (@cloudflare/telescope) |
| `packages/telescope-web` | Web app for uploading and viewing results (telescopetest.io) |
packages/telescope
A TypeScript CLI and Node.js library that launches real browsers, collects performance data, and saves results locally.
**Supported browsers:** Chrome, Chrome Beta, Chrome Canary, Edge, Firefox, Safari (WebKit)
**What it collects per test:**
- HAR file (
pageload.har) - Web Vitals and performance metrics (
metrics.json) - Console output (
console.json) - Resource timing data (
resources.json) - Screenshot (
screenshot.png) - Filmstrip and video of the page load
Quick start
Install from npm:
npm install -g @cloudflare/telescope
telescope -u https://example.com -b chrome
The `postinstall` script automatically downloads Playwright's browser binaries (~700MB).
Or from a clone of this repo:
npm install
npm run build -w packages/telescope
npm link # registers `telescope` globally
telescope -u https://example.com -b chrome
See [`packages/telescope/README.md`](./packages/telescope/README.md) for full documentation.
packages/telescope-web
The Astro + Cloudflare Workers web application hosted at [telescopetest.io](https://telescopetest.io). Users upload Telescope ZIP results and view an interactive breakdown of metrics, waterfal
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing