From sweny
Run SWEny E2E browser test workflows from .sweny/e2e/. Use when the user wants to execute end-to-end tests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sweny:e2e-runThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run agent-driven browser end-to-end tests. Executes workflow files from `.sweny/e2e/`.
Run agent-driven browser end-to-end tests. Executes workflow files from .sweny/e2e/.
Prerequisites: E2E workflows must exist in .sweny/e2e/. Run /sweny:e2e-init first if the directory is empty.
Run all E2E tests:
sweny e2e run
Run a specific test file:
sweny e2e run $ARGUMENTS
With a custom timeout (default is 15 minutes per workflow):
sweny e2e run --timeout 300000
e2e-{run_id} patterns is automatically cleaned up if a cleanup backend is configuredE2E_BASE_URL — override the base URL for testsE2E_EMAIL — override test email (default: e2e-{run_id}@yourapp.test)E2E_PASSWORD — override test passwordnpx claudepluginhub swenyai/sweny --plugin swenyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.