acceptance-e2e

Automate end-to-end UI tests for web applications using Playwright.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/DiologIR/diolog-plugins --skill acceptance-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acceptance-e2e
Source: https://github.com/DiologIR/diolog-plugins/tree/main/plugins/acceptance-e2e/skills/acceptance-e2e
Command: npx skills add https://github.com/DiologIR/diolog-plugins --skill acceptance-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates end-to-end UI tests for web features, allowing users to quickly verify the functionality of their web applications without manual testing.

Core Features & Use Cases

  • Automated Testing: Automatically runs UI tests based on requirements and specifications.
  • Feature Testing: Tests specific features of a web application to ensure they work as expected.
  • Use Case: When a new feature is added to a web application, use this Skill to automatically test the feature and ensure it meets the acceptance criteria.

Quick Start

Run the acceptance-e2e skill with the requirements file 'feature-spec.md' and the live webpage URL 'http://example.com'.

Frequently Asked Questions about acceptance-e2e

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

FAQPage Schema
How do I automate end-to-end UI tests for a new web application feature?

Run end-to-end UI tests by passing a feature specification file and the live webpage URL to the Skill. It leverages Playwright to execute automated browser tests and validate web application functionality against the requirements.

What is the best way to verify web application functionality after adding a new feature?

Verifying web application functionality is done by running automated end-to-end tests. This Skill tests specific web features against your requirements to ensure they work as expected without manual testing.

Do I need Playwright installed to run automated UI tests?

Yes, Playwright is required to run automated UI tests. The Skill depends on Playwright to launch the browser, execute test cases, and extract results for web application verification.

How do I test specific features of a web application against acceptance criteria?

To test specific features of a web application, supply a requirements file like 'feature-spec.md' and the target URL. The Skill runs Playwright to execute the UI tests and validate the feature against the criteria.

Can I use this for automated testing of web features on a live webpage?

Yes, you can use this for automated testing of web features on a live webpage. It connects to the provided URL, runs Playwright browser tests, and extracts results to validate the application.

What are the limitations of using Playwright for end-to-end testing?

Playwright for end-to-end testing requires a live webpage URL and a defined requirements file to function. It focuses on validating web application features and cannot test backend services or non-web interfaces.