browser-testing

Define browser-based end-to-end testing workflows with Markdown test documentation.

248|30|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/cafe3310/public-agent-skills --skill browser-testing-cafe3310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-testing
Source: https://github.com/cafe3310/public-agent-skills/tree/main/skills_archived/browser-testing
Command: npx skills add https://github.com/cafe3310/public-agent-skills --skill browser-testing-cafe3310

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the complexity of validating web applications by providing a structured browser-based end-to-end testing workflow with documented test cases and repeatable verification steps.

Core Features & Use Cases

  • E2E Testing Workflow: Guides browser-driven testing from local validation through deployed application verification.
  • Test Case Documentation: Defines a Markdown-based format for recording test objectives, steps, expected results, and evidence.
  • Use Case: A developer can use this Skill to verify a web application feature locally and after deployment while maintaining a clear testing history.

Quick Start

Use the browser-testing skill to create and execute a Markdown-based end-to-end test plan for my web application feature.

Frequently Asked Questions about browser-testing

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

FAQPage Schema
What is browser-based end-to-end testing and how does it validate web application behavior?

Browser-based end-to-end testing validates web application behavior by automating browser interactions from local development through deployed environments. It uses browser automation and developer tools workflows to execute repeatable interface validation steps and verify application functionality.

How do I document test cases for web testing using Markdown?

You document test cases for web testing using a structured Markdown format that records test objectives, execution steps, expected results, and verification evidence. This practice maintains a clear testing history and supports repeatable interface validation across development scenarios.

How do I create an end-to-end test plan for a web application feature?

To create an end-to-end test plan, define a browser-driven testing workflow starting from local validation and extending to deployed application verification. Apply Markdown test documentation practices to structure test cases and execute repeatable browser automation checks.

Does browser testing work for both local development and deployment checks?

Yes, browser testing applies to development scenarios requiring both local validation and deployment checks. It guides browser-driven testing workflows across environments to ensure web application behavior is verified consistently from local builds through to deployed applications.

What's the best way to manage repeatable browser automation workflows for e2e testing?

The best way to manage repeatable browser automation workflows is to combine browser developer tools workflows with structured Markdown test documentation. This approach defines clear verification steps, records evidence, and maintains a consistent testing history for e2e testing.

Do I need browser developer tools to perform structured test case management?

Yes, browser developer tools workflows are required to support repeatable interface validation during structured test case management. They provide the necessary environment for executing browser automation and documenting verification results in Markdown formats.