browser-test-seam-optimization

Installation
SKILL.md

Browser Test Seam Optimization

Optimize browser testing workflows with test seams to reduce execution time by 40-50%. Reduces testing overhead from 30-60% of total time to 10-20%.

Overview

Problem: Sequential individual commands for each verification step (20-80 commands per task)

Solution: Composite test functions, command batching, and optimized wait strategies

Impact: Save 20-40 seconds per testing phase

Core Patterns

Pattern 1: Composite Test Functions

Instead of 10+ individual commands, create composite functions:

Installs
7
GitHub Stars
2
First Seen
Mar 18, 2026
browser-test-seam-optimization — pmarashian/cursor-agent-skills