
Browserstack
- 1.6k installs
- 23.5k repo stars
- Updated July 17, 2026
- alirezarezvani/claude-skills
browserstack is an agent skill that >-.
About
name browserstack description Run tests on BrowserStack Use when user mentions browserstack cross-browser cloud testing browser matrix test on safari test on firefox or browser compatibility BrowserStack Integration Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing Prerequisites Environment variables must be set BROWSERSTACK_USERNAME your BrowserStack username BROWSERSTACK_ACCESS_KEY your access key If not set inform the user how to get them from browserstack com accounts settings https www browserstack com accounts settings and stop Configure for BrowserStack pw browserstack setup Steps 1 Check current playwright config ts 2 Add BrowserStack connect options typescript Add to playwright config ts import defineConfig from playwright test const isBS process env BROWSERSTACK_USERNAME export default defineConfig existing config projects isBS name chromelatestwindows-11 use connectOptions wsEndpoint wss cdp browserstack com playwright caps encodeURIComponent JSON stringify browser chrome browser_version latest os Windows os_version 11 browserstack username process env BROWSERSTACK_USERNAME browserstack accessKey process env BROWSERSTACK_ACCESS.
- BrowserStack Integration
- `BROWSERSTACK_USERNAME` - your BrowserStack username
- `BROWSERSTACK_ACCESS_KEY` - your access key
- Check current `playwright.config.ts`
- Add BrowserStack connect options:
Browserstack by the numbers
- 1,591 all-time installs (skills.sh)
- +3 installs in the week ending Jul 29, 2026 (Skillselion tracking)
- Ranked #463 of 2,159 Testing & QA skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
browserstack capabilities & compatibility
- Capabilities
- browserstack integration · `browserstack_username` — your browserstack user · `browserstack_access_key` — your access key · check current `playwright.config.ts` · add browserstack connect options:
- Use cases
- documentation
What browserstack says it does
--- name: "browserstack" description: >- Run tests on BrowserStack.
Use when user mentions "browserstack", "cross-browser", "cloud testing", "browser matrix", "test on safari", "test on firefox", or "browser compatibility".
--- # BrowserStack Integration Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing.
Configure for BrowserStack ``` /pw:browserstack setup ``` Steps: 1.
npx skills add https://github.com/alirezarezvani/claude-skills --skill browserstackAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.6k |
|---|---|
| repo stars | ★ 23.5k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | alirezarezvani/claude-skills ↗ |
What problem does browserstack solve for developers using this skill?
>-
Who is it for?
Developers who need browserstack patterns described in the cached skill documentation.
Skip if: Skip when docs are empty or the task is outside the skill's documented scope.
When should I use this skill?
>-
What you get
Actionable workflows and conventions from SKILL.md for browserstack.
- BrowserStack capability configuration
- Cross-browser test run results
Files
../../../engineering-team/playwright-pro/skills/browserstack/SKILL.md
Related skills
How it compares
Pick browserstack over local-only Playwright when test suites need Safari, Firefox, and device matrices executed on BrowserStack's cloud grid.
FAQ
What does browserstack do?
>-
When should I use browserstack?
>-
Is browserstack safe to install?
Review the Security Audits panel on this page before installing in production.