ecamp3
Browser automation, page testing, and Playwright debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install eCamp3 skills?โผ
Run `npx skills add ecamp/ecamp3 --all -g -y` in your terminal to install all skills in this repository globally.
How to automate browser tasks with playwright-cli?โผ
Open a page with `playwright-cli open`, take a snapshot to get element refs, then use commands like click, fill, and type to interact with the page.
Can I debug failing Playwright tests with this skill?โผ
Yes. Run the test with `--debug=cli`, attach to the printed session with playwright-cli, and explore the paused page to find the broken locator or assertion.
Does this skill support mocking API requests?โผ
Yes. Use `playwright-cli route` with a URL pattern to block, modify, or mock network responses with custom status codes, headers, and JSON bodies.
Can I run multiple isolated browser sessions?โผ
Yes. Use the `-s` flag to create named sessions, each with its own cookies, storage, and tabs, so you can test parallel workflows independently.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core