e2e-test

Automates web app testing with parallel research and Vercel Agent Browser CLI.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/luisgustavooliveira/skills --skill e2e-test-luisgustavooliveira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/luisgustavooliveira/skills/tree/main/e2e-test
Command: npx skills add https://github.com/luisgustavooliveira/skills --skill e2e-test-luisgustavooliveira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, task-create, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of conducting thorough end-to-end testing on applications, ensuring a high-quality user experience before deployment.

Core Features & Use Cases

  • Parallel Research: Utilizes sub-agents to research application structure, database schema, and potential bugs in parallel.
  • Vercel Agent Browser CLI: Executes tests across user journeys, taking screenshots, validating UI/UX, and querying databases.
  • Task Management: Manages tasks for user journey testing, responsive testing, and issue handling.
  • Database Validation: Verifies database records after interactions to ensure data integrity.
  • Responsive Testing: Tests application responsiveness across different viewports.

Quick Start

Run 'e2e-test' to initiate the end-to-end testing process for your 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 my web application?

Automate end-to-end testing by using sub-agents to research application structure and executing user journeys with the Vercel Agent Browser CLI. This process handles testing, takes screenshots, validates UI/UX, and queries databases to ensure data integrity.

Do I need a database connection for UI/UX validation and end-to-end testing?

Yes, a database connection is required for end-to-end testing to verify database records after user interactions. Database validation ensures data integrity by checking that frontend interactions correctly persist data in the backend during user journey testing.

Can I perform responsive testing across different viewports with automated testing?

Yes, responsive testing checks application responsiveness across different viewports using the Vercel Agent Browser CLI. It executes tests across various screen sizes to validate UI/UX consistency and identify layout issues during user journey automation.

What dependencies do I need to run automated browser tests for application testing?

Automated browser testing requires system-level Chromium dependencies, the agent-browser tool, and task-create for task management. You also need a running frontend application and a database connection to execute comprehensive user journey validations.

How does parallel research work in end-to-end testing automation?

Parallel research in end-to-end testing utilizes sub-agents to simultaneously investigate the application structure, database schema, and potential bugs. This approach accelerates test preparation by gathering comprehensive context before executing browser-based user journeys.

What is the best way to manage tasks during user journey testing?

Task management for user journey testing uses the task-create dependency to organize and track testing workflows. It manages tasks for user journey execution, responsive viewport checks, and issue handling to ensure comprehensive application validation.