browser-compatibility-tester

Cross-browser testing with BrowserStack, Selenium Grid, and Playwright - test across Chrome, Firefox, Safari, Edge

View on GitHub
Author Claude Code Plugin Hub
Namespace @jeremylongshore/claude-code-plugins-plus
Category testing
Version 1.0.0
Stars 1,193
Downloads 4
self.md verified
Table of content

Cross-browser testing with BrowserStack, Selenium Grid, and Playwright - test across Chrome, Firefox, Safari, Edge

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/browser-compatibility-tester

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Cross-browser testing with BrowserStack, Selenium Grid, and Playwright - test across Chrome, Firefox, Safari, Edge.

Installation

/plugin install browser-compatibility-tester@claude-code-plugins-plus

Usage

/browser-test
# or shortcut
/bt

Features

Example Workflow

# Run cross-browser compatibility tests
/browser-test

# Claude performs:
#  Configure browser matrix
#  Generate cross-browser tests
#  Execute tests in parallel
#  Compatibility report with screenshots

Supported Browsers

Files

License

MIT

Included Skills

This plugin includes 1 skill definition:

testing-browser-compatibility

|

View skill definition

Browser Compatibility Tester

This skill provides automated assistance for browser compatibility tester tasks.

Prerequisites

Before using this skill, ensure you have:

Instructions

Step 1: Prepare Test Environment

Set up the testing context:

  1. Use Read tool to examine configuration from {baseDir}/config/
  2. Validate test prerequisites are met
  3. Initialize test framework and load dependencies
  4. Configure test parameters and thresholds

Step 2: Execute Tests

Run the test suite:

  1. Use Bash(test:browser-*) to invoke test framework
  2. Monitor test execution progress
  3. Capture test outputs and metrics
  4. Handle test failures and error conditions

Step 3: Analyze Results

Process test outcomes:

Step 4: Generate Report

Document findings in {baseDir}/test-reports/:

Output

The skill generates comprehensive test results:

Test Summary

Detailed Results

Each tes

…(truncated)

Source

View on GitHub

Tags: testing testingcross-browserbrowserstackseleniumplaywrightcompatibility