Note: we consider this a significant task. Issue may need to be broken down to smaller tasks
Contributor guide
Tech stack
typescript
Domain
frontendtesting
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic knowledge of end to end testingFamiliarity with Squoosh web app
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
Explore the Squoosh codebase to identify core user flows such as image upload, compression, and download. Look for any existing test setup (e.g., in a `tests/` directory or configuration files like `cypress.json` or `playwright.config.ts`). Determine which e2e testing framework is already in use or recommended by the project. Start by writing a single test for the basic image compression workflow.