web-e2e

Create, run, and debug Playwright e2e tests for the Lux Exchange web app.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/luxfi/exchange --skill web-e2e-luxfi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-e2e
Source: https://github.com/luxfi/exchange/tree/main/.claude/skills/web-e2e
Command: npx skills add https://github.com/luxfi/exchange --skill web-e2e-luxfi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides creating, running, and debugging end-to-end (e2e) Playwright tests for the Lux Exchange web app, helping you validate features quickly and catch regressions early.

Core Features & Use Cases

  • Test Architecture: Organize tests under apps/web/src with the naming convention *.e2e.test.ts and dedicated anvil tests like *.anvil.e2e.test.ts.
  • Automated Wallet & Fixtures: Leverage preconfigured fixtures to simulate wallets, mocks, and environments for reliable testing.
  • Best Practices: Use Playwright MCP for interactive debugging and state inspection during development.

Quick Start

Start by invoking the slash command /web-e2e to initialize the testing workflow, then run all e2e tests with bun e2e from the apps/web/ folder. When needed, use the dedicated commands for anvil or non-anvil tests as described in the project docs.