ecampecampOfficialยท1 Agent Skills Included

ecamp3

Browser automation, page testing, and Playwright debugging

Automates browser interactions like clicking, typing, form filling, and navigation through simple commands. Captures page snapshots, screenshots, and network requests to debug web apps without manual inspection. Runs and debugs Playwright tests, mocks API responses, and manages isolated browser sessions for faster end-to-end testing.
npx skills add ecamp/ecamp3 --all -g -y
Available:

Tells the agent how to start the Docker dev environment, which directories hold each service, and which lint and test commands to run before committing changes.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’