browser-e2e

Automate Playwright headless/headed E2E browser tests for DQPM.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/masang-jgkim2/db-event-manager --skill browser-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-e2e
Source: https://github.com/masang-jgkim2/db-event-manager/tree/main/.cursor/skills/browser-e2e
Command: npx skills add https://github.com/masang-jgkim2/db-event-manager --skill browser-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of headless/headed browser E2E tests for DQPM, simplifying the testing of user interfaces and headless operations, ensuring a seamless and efficient testing process.

Core Features & Use Cases

  • Headless/Headed Execution: Support for both headless and headed browser test runs.
  • End-to-End Tests: Execute comprehensive tests for DQPM's login, smoke, register/approve, my-dashboard, QA execute modal, and product modal.
  • Use Case: For a user who needs to run headless browser tests on DQPM to validate the functionality without UI intervention, this skill automates the process for efficient testing.

Quick Start

Use the browser-e2e skill to execute smoke tests in a headless mode by running npm run test:e2e:smoke.

Frequently Asked Questions about browser-e2e

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

FAQPage Schema
How do I run Playwright E2E tests for a database query tool in headless mode?

Run Playwright E2E tests in headless mode by executing the smoke test script command `npm run test:e2e:smoke`, which validates database query tool functionality without UI intervention.

What UI workflows do Playwright E2E browser tests cover for a database query management tool?

Playwright E2E browser tests cover comprehensive DQPM workflows including login, smoke, register/approve, my-dashboard, QA execute modal, and product modal to verify UI and headless behavior.

Do I need Playwright installed to run headless browser E2E tests for DQPM?

Yes, Playwright is required as a dependency to execute headless and headed browser E2E tests for DQPM, enabling automated verification of user interface and headless operations.

Can I execute headed browser E2E tests to visually validate DQPM UI behavior?

Yes, headed browser E2E test execution is supported alongside headless mode, allowing you to visually validate DQPM UI behavior during login, smoke, and modal interaction tests.

Why do Playwright E2E tests fail when running headless browser checks for DQPM?

Playwright E2E headless browser test failures for DQPM often stem from missing dependencies or incorrect script execution; ensure Playwright is installed and run `npm run test:e2e:smoke`.