browserstack

Execute Playwright test suites on BrowserStack cloud infrastructure.

Updated Nov 3, 2016
One-click install
npx skills add https://github.com/xleliberty/mydotfiles --skill browserstack-xleliberty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browserstack
Source: https://github.com/xleliberty/mydotfiles/tree/main/.config/.claude/plugins/cache/claude-code-skills/pw/2.1.2/skills/browserstack
Command: npx skills add https://github.com/xleliberty/mydotfiles --skill browserstack-xleliberty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires browserstack-local.

What problem does it solve?

This skill eliminates the friction of setting up and maintaining local cross-browser testing environments by offloading test execution to BrowserStack's cloud grid.

Core Features & Use Cases

  • Cloud-Based Testing: Execute Playwright test suites across various browser and OS combinations like Safari on macOS or Chrome on Windows.
  • Build Monitoring: Retrieve real-time status, logs, and video recordings for every test session directly from the BrowserStack dashboard.
  • Use Case: When a user reports a bug that only appears on a specific version of Firefox on Windows, use this skill to configure and run the test suite against that exact environment in the cloud.

Quick Start

Ask the assistant to run the browserstack setup command to configure your playwright project for cloud testing.

Frequently Asked Questions about browserstack

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

FAQPage Schema
How do I run Playwright cross-browser tests on the cloud?

To run cross-browser tests on the cloud, this skill integrates your Playwright test suites with BrowserStack infrastructure, executing automated tests across diverse OS and browser versions without maintaining local environments.

Can I test internal staging environments using BrowserStack cloud infrastructure?

Testing internal or staging environments on BrowserStack cloud infrastructure requires configuring the browserstack-local package alongside your valid BrowserStack credentials to establish a secure connection.

How do I retrieve build results and logs from cross-browser test execution?

To retrieve build results and logs from cross-browser test execution, access the BrowserStack dashboard, which provides real-time status, video recordings, and detailed logs for every test session.

Does BrowserStack support automated testing for specific OS and browser combinations?

BrowserStack supports automated testing for specific OS and browser combinations like Safari on macOS or Chrome on Windows, allowing you to configure test execution against exact target environments to reproduce reported bugs.

What is the best way to configure a Playwright project for cross-device compatibility testing?

To configure a Playwright project for cross-device compatibility testing, run the browserstack setup command to connect your test suites to the BrowserStack cloud grid, eliminating local environment maintenance.