cloudflare / cloudflare/telescope

Add command to view results of a previous test run

Open
#149 0 comments 0 reactions 0 assignees View on GitHub
ticket
Dominant language
TypeScript
Stars
305
Forks
36
PR merge metrics
No merged PRs in 30d

Description

## Problem

After running a test, the only way to view results is to manually inspect files in the results directory. The `--html` and `--openHtml` flags only work at test time — there's no way to generate or open a report for a previously completed test.

## Expected behavior

A command like `npx telescope --open ` (or similar) that generates and opens an HTML report from existing results.

## Current workaround

Manually open individual files (`metrics.json`, `screenshot.png`, `pageload.har`, etc.) from the results directory.

## Suggestion

Could reuse the existing HTML report generation logic but run it against a results directory instead of requiring a live test run.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.