add-e2e-test

An end-to-end test setup using Playwright, a tool that controls a real browser to test a complete user journey. It checks actions such as registration, checkout, or form submission from the user's point of view.

In plain words
What is it for?
Use it to test successful and error scenarios, mobile layouts, page changes, and whether submitted data is saved. It includes reusable page objects, test data setup, and cleanup.
Why use it?
It catches failures across the interface, navigation, authentication, and saved data instead of testing only individual functions. It also records screenshots when tests fail.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ashikparvez89/larouex-fullstack-plugin/add-e2e-test
Clone the repo
git clone --depth 1 https://github.com/Ashikparvez89/larouex-fullstack-plugin
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 160 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00160
Opus 5 $0.00000 $0.00080
Sonnet 5 $0.00000 $0.00032
Haiku 4.5 $0.00000 $0.00016

Measured 2d ago against content hash ab615b8992ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

add-e2e-test scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to add-e2e-test — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/add-e2e-test.md · 17 lines

What it actually says

Create Playwright end-to-end test for a complete user flow.

Generate:

  • E2E test file in /e2e or /tests/e2e
  • Page Object Model classes for pages under test
  • Test fixtures for test data and setup
  • Complete user flow test (e.g., registration, checkout, form submission)
  • Assertions for UI elements, navigation, and data persistence
  • Screenshot capture on test failure
  • Test setup and teardown (before/after hooks)
  • Environment configuration for test URLs
  • Happy path test scenario
  • Edge case and error scenario tests
  • Mobile viewport testing

Include proper waiting strategies (waitForSelector, waitForNavigation), robust selectors, and test isolation. Cover authentication flows if needed. Ensure tests are maintainable and well-documented.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 17 lines · 0 tokens per session scan A ab615b8992ce

Subscribe to this mod's changes

add-e2e-test is a command published in the GitHub repository Ashikparvez89/larouex-fullstack-plugin (3 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 160 tokens. A static security scan graded it A with 0 findings. It is 100% identical to add-e2e-test, differing in 0 lines, and is treated as a copy.

Related

Other commands, from other repositories

add-checkout

Create comprehensive shopping cart and checkout flow. Implement cart state management with Context API or Zustand. Create cart UI component with item list, quantity controls, and remove buttons. Calculate totals including subtotal, tax, shipping, and discounts. Add shipping address form with validation. Implement…

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

add-e2e-test

Create Playwright end-to-end test for a complete user flow.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

add-form

Create a form component with validation and comprehensive functionality.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

add-multistep-form

Create a multi-step form wizard with progress tracking and validation.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

add-stripe

Integrate Stripe payment processing. Set up Stripe account and obtain API keys. Implement checkout flow using Stripe Checkout or Payment Element. Create payment API endpoints in Azure Functions or Express. Add webhook handling for payment events: succeeded, failed, refunded. Implement subscription billing with…

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

add-analytics-google

Integrate Google Analytics 4 for comprehensive tracking. Install gtag.js script in application layout. Create analytics wrapper hooks for type-safe event tracking. Implement automatic pageview tracking with Next.js router events. Add custom event tracking for business metrics: button clicks, form submissions…

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens