webapp-testing/SKILL.md
Test web applications using Playwright for end-to-end browser testing.
npx skillsauth add Heldinhow/awesome-opencode-dev-skills webapp-testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Playwright provides automated browser testing for web applications with multi-browser support. This skill should be invoked when performing end-to-end testing, regression testing, or validating user flows.
npm init playwrightnpx playwright installtools
Implement WebSocket communication for real-time bidirectional client-server communication.
development
Implement webhook handlers for processing incoming events from external services.
development
Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.
development
Use when writing or running unit tests with Vitest in TypeScript/JavaScript projects. Covers test setup, assertions, mocking, coverage, and integration with React Testing Library.