# Browser Testing

> Automated browser testing and visual verification. Opens app in browser, clicks elements, verifies UI renders correctly. Use after frontend changes to verify visually.

- Skill: `neuron-one/browser-testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/browser-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/browser-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/browser-testing

---


# Browser Testing

## Process
1. Start dev server if not running
2. Open application in browser
3. Navigate through key pages
4. Verify elements render correctly
5. Check console for errors
6. Test interactive elements (clicks, forms)
7. Report findings

## What to Verify
- Page loads without JS errors
- All images/assets load
- Forms submit correctly
- Navigation works
- Responsive layout at different widths
- No visual regressions
