e2e-test

Execute end-to-end browser tests validating user journeys, UI/UX, and database integrity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the tedious and error-prone process of manually testing web applications, ensuring comprehensive validation before code review.

Core Features & Use Cases

  • End-to-End Testing: Executes complete user journeys through a web application using browser automation.
  • Visual & Data Validation: Verifies UI/UX consistency via screenshots and confirms data integrity by querying the database.
  • Bug Detection: Proactively identifies potential logic, UI, data, and security issues.
  • Use Case: After implementing a new feature, run this Skill to simulate user interactions, check that all forms submit correctly, verify data appears as expected in the database, and ensure the UI looks good on different devices, replacing a manual QA pass.

Quick Start

Run comprehensive end-to-end tests on the web 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?

You can automate end-to-end testing by executing browser tests that validate user journeys, UI/UX, and database integrity. This approach systematically researches codebase structure and authentication flows before launching the app for automated interaction validation.

What is e2e browser automation testing for user journeys?

E2e browser automation testing simulates user interactions within a web application to verify complete journeys. It validates UI/UX consistency via screenshots and confirms data integrity by querying the database.

Can I use browser automation to validate database integrity after form submissions?

Yes, browser automation can validate database integrity by simulating user interactions like form submissions and then querying the database to confirm the data appears correctly, replacing a manual QA pass.

How do I run responsive testing for SPA behavior in web applications?

You can run responsive testing for SPA behavior by using browser automation to launch the application and perform automated interactions. This verifies the UI looks good on different devices and handles SPA behavior correctly.

What is the best way to detect UI and logic bugs before code review?

The best way to detect bugs before code review is running automated end-to-end tests that proactively identify potential logic, UI, data, and security issues while providing detailed reporting on issues found.