Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/webapp-testing/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: Complete terms in LICENSE.txt

# Web Application Testing

To test local web applications, write native Python Playwright scripts.
To test local web applications, write native Python Playwright scripts. See `requirements.txt` for dependencies.

**Helper Scripts Available**:
- `scripts/with_server.py` - Manages server lifecycle (supports multiple servers)
Expand Down
1 change: 1 addition & 0 deletions skills/webapp-testing/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
playwright>=1.40.0