Agent Skill
2/7/2026

web-e2e

Run, create, and debug Playwright e2e tests for the web app. ALWAYS invoke this skill using the SlashCommand tool (i.e., `/web-e2e`) BEFORE attempting to run any e2e tests, playwright tests, anvil tests, or debug test failures. DO NOT run `bun playwright test` or other e2e commands directly - you must invoke this skill first to learn the correct commands and test architecture.

U
uniswap
5468GitHub Stars
1Views
npx skills add Uniswap/interface

SKILL.md

Nameweb-e2e
DescriptionRun, create, and debug Playwright e2e tests for the web app. ALWAYS invoke this skill using the SlashCommand tool (i.e., `/web-e2e`) BEFORE attempting to run any e2e tests, playwright tests, anvil tests, or debug test failures. DO NOT run `bun playwright test` or other e2e commands directly - you must invoke this skill first to learn the correct commands and test architecture.

Uniswap Labs: Front End Interfaces

This is the public repository for Uniswap Labs’ front-end interfaces, including the Web App, Wallet Mobile App, and Wallet Extension. Uniswap is a protocol for decentralized exchange of Ethereum-based assets.

Interfaces

Install & Apps

git clone git@github.com:Uniswap/interface.git
bun install
bun lfg
bun web start

For instructions per application or package, see the README published for each application:

Contributing

For instructions on the best way to contribute, please review our Contributing guide!

Socials / Contact

Uniswap Links

Whitepapers

Production & Release Process

Uniswap Labs develops all front-end interfaces in a private repository. At the end of each development cycle:

  1. We publish the latest production-ready code to this public repository.

  2. Releases are automatically tagged — view them in the Releases tab.

🗂 Directory Structure

FolderContents
apps/The home for each standalone application.
config/Shared infrastructure packages and configurations.
packages/Shared code packages covering UI, shared functionality, and shared utilities.
Skills Info
Original Name:web-e2eAuthor:uniswap