🧪
QualityPython

End-to-End Testing

by billy-enrizky

End-to-End Testing is a Quality skill for Claude Code, published by billy-enrizky in openbrowser-ai.

241 stars21 forkson billy-enrizky/openbrowser-aiAdded 2026/09/02Repository updated 2026/07/07
agent-skillsaiai-agentsai-browserai-browser-automationartificial-intelligencebrowser-automationclaude-codeclaude-code-skills
Install in seconds
Install End-to-End Testing
Copy End-to-End Testing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/billy-enrizky/openbrowser-ai/tree/main/plugin/skills/e2e-testing ~/.claude/skills/e2e-testing

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/billy-enrizky/openbrowser-ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugin/skills/e2e-testing/SKILL.md in billy-enrizky/openbrowser-ai
Installs to
~/.claude/skills/e2e-testing
Collection
One of 7 skills cataloged from this repository
Category
Quality1418 skills

What End-to-End Testing does

End-to-End Testing simulates user interactions in a web app and verifies expected outcomes. Use it to test pages, forms, navigation, login flows, validation, and deployment checks.

End-to-End Testing is cataloged under Quality on DirSkills. End-to-End Testing comes from a repository tagged agent-skills, ai, ai-agents, ai-browser and ai-browser-automation.

Documentation

README

End-to-End Testing

Simulate real user interactions and verify web application behavior using Python code execution. Covers navigation, form interaction, content assertions, and multi-page flows.

All code runs via openbrowser-ai -c. The daemon starts automatically and persists variables across calls. All browser functions are async -- use await.

The CLI daemon also persists cookies and login state in ~/.config/openbrowser/profiles/daemon/storage_state.json, so authenticated sessions can be reused across later runs.

Setup

Before running, verify openbrowser-ai is installed:

openbrowser-ai --help

If not found, install:

This is the opening of the README. Read the full README on GitHub.

Commands End-to-End Testing provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /settings

Frequently asked about End-to-End Testing

  • What else does billy-enrizky publish alongside End-to-End Testing?

    End-to-End Testing is one of 7 skills that DirSkills catalogs from billy-enrizky/openbrowser-ai, the repository it ships in. Its siblings there include Accessibility Audit, Deep Research and File Download. Each one is a separate skill with its own page in this directory, installs the same way End-to-End Testing does, and is maintained by billy-enrizky in that same repository. The rest of the collection is listed on the billy-enrizky/openbrowser-ai page.

  • How does End-to-End Testing compare to other Quality skills?

    End-to-End Testing ranks #1324 by stars among the 1418 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of End-to-End Testing against them. Open each page to compare what they document and how they install.

More from billy-enrizky/openbrowser-ai

End-to-End Testing is one of 7 skills cataloged on DirSkills from billy-enrizky/openbrowser-ai.

See all 7 skills