What is webapp-testing?
Toolkit for interacting with and testing local web apps (Playwright): verify behavior, debug UI, capture screenshots/logs. Source: jackiexiao/jackie-skills-starter.
Toolkit for interacting with and testing local web apps (Playwright): verify behavior, debug UI, capture screenshots/logs.
Quickly install webapp-testing AI skill to your development environment via command line
Source: jackiexiao/jackie-skills-starter.
To test local web applications, write native Python Playwright scripts.
Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts rather than ingested into your context window.
To start a server, run --help first, then use the helper:
Toolkit for interacting with and testing local web apps (Playwright): verify behavior, debug UI, capture screenshots/logs. Source: jackiexiao/jackie-skills-starter.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill webapp-testingToolkit for interacting with and testing local web apps (Playwright): verify behavior, debug UI, capture screenshots/logs. Source: jackiexiao/jackie-skills-starter.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill webapp-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/jackiexiao/jackie-skills-starter