e2e-test

Execute end-to-end web application tests using the Vercel Agent Browser CLI.

41|8|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/fimoklei/pm-ai-playbook --skill e2e-test-fimoklei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/fimoklei/pm-ai-playbook/tree/main/skills/testing-skills/e2e-testing
Command: npx skills add https://github.com/fimoklei/pm-ai-playbook --skill e2e-test-fimoklei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the comprehensive end-to-end testing of web applications, ensuring all user journeys function correctly and validating data integrity before code review.

Core Features & Use Cases

  • Automated User Journey Testing: Simulates user interactions across the entire application.
  • Codebase Research: Automatically analyzes application structure, database schema, and potential bugs.
  • Visual & Data Validation: Captures screenshots and queries the database to verify application state.
  • Use Case: After deploying a new feature, run this Skill to automatically test user sign-up, profile updates, and data persistence, catching regressions early.

Quick Start

Run the e2e-test skill to perform comprehensive testing on the current application.

Frequently Asked Questions about e2e-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end testing for web applications before code review?

To automate end-to-end testing before code review, you can run a skill that researches the codebase structure, database schema, and potential bugs, then tests all user journeys using a browser CLI to validate functionality and capture screenshots.

How does automated E2E testing validate database records and UI/UX?

Automated E2E testing validates database records by querying the database to verify application state after user interactions, and validates UI/UX by capturing screenshots across all simulated user journeys.

Can I run end-to-end tests automatically after deploying a new feature?

Yes, you can run end-to-end tests automatically after deploying a new feature. The testing process simulates user interactions like sign-ups and profile updates to catch regressions early and verify data persistence.

What is the best way to catch regressions in user journeys during web development?

The best way to catch regressions is to execute comprehensive end-to-end testing that simulates user interactions across the entire application, automatically analyzing the codebase and validating data integrity before code review.

Does automated end-to-end testing work without manual test script creation?

Yes, automated end-to-end testing works by automatically researching the application structure and database schema, then utilizing a browser CLI to test user journeys without requiring manual test script creation.