ce-test-browser

Automate end-to-end browser tests for web pages affected by code changes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-test-browser-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-test-browser
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/compound-engineering/ce-test-browser
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-test-browser-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates end-to-end browser testing on web pages affected by PRs or branches, providing immediate feedback and improving development workflow efficiency.

Core Features & Use Cases

  • Automated Browser Tests: Run comprehensive tests on pages affected by code changes.
  • Customizable Workflow: Configure the browser testing experience to suit different environments (e.g., pipeline or manual mode).
  • Detailed Results: Offers a summary of tested pages, their status, and any encountered issues.

Quick Start

Execute the ce-test-browser skill with 'current' to run tests on the latest changes.

Frequently Asked Questions about ce-test-browser

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

FAQPage Schema
How do I automate end-to-end browser testing for web pages affected by code changes?

Automated end-to-end browser testing for affected web pages is achieved by determining test scope from version control diff results and executing browser automation through an external CLI to provide immediate feedback.

Do I need a development server to run browser testing on web applications?

Yes, an active development server is required to execute browser testing on web applications, ensuring the affected pages are accessible for the automation CLI to interact with and validate.

How do I run browser tests on the latest changes in a version control repository?

To run browser tests on the latest changes, execute the testing skill with the 'current' parameter, which scopes the version control diff to target only recently modified web pages.

Can I use agent-browser to automate tests across different pipeline environments?

Yes, the browser testing workflow is customizable to suit different environments, allowing you to configure the agent-browser execution for either automated pipeline or manual testing modes.

What results do I get after running automated browser tests on affected pages?

After running automated browser tests, you receive a detailed summary of the tested pages, their pass or fail status, and a breakdown of any encountered issues for diagnostic review.