Sub-skill of webapp-testing: Do (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill do --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Do?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-workspace-hub-a148e5ec)More formats (shields.io, HTML) on the badges page.
---
name: webapp-testing-do
description: 'Sub-skill of webapp-testing: Do (+1).'
version: 1.1.0
category: development
type: reference
scripts_exempt: true
---
# Do (+1)
## Do
1. Wait appropriately using `networkidle` for dynamic content
2. Select elements by text, role, or data-testid over CSS
3. Handle async operations with proper waits
4. Clean up browsers and pages after tests
5. Use fixtures for browser instance reuse
6. Capture console logs for debugging
## Don't
1. Use arbitrary `time.sleep()` for waits
2. Rely on fragile CSS selectors
3. Skip error handling in test cleanup
4. Run tests without checking server status
5. Ignore network errors during testing
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!