Comprehensive end-to-end testing command. Launches parallel sub-agents to research the codebase (structure, database schema, potential bugs), then uses the Vercel Agent Browser CLI to test every user journey — taking screenshots, validating UI/UX, and querying the database to verify records. Run after implementation to validate everything before code review.
$npx -y skills add fimoklei/pm-ai-playbook --skill e2e-testingInstalls into the current project.
Run `npx skills use "https://github.com/fimoklei/pm-ai-playbook" --skill "fimoklei/pm-ai-playbook/e2e-testing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fimoklei/pm-ai-playbook" that are relevant to the current task. Run `npx skills add "https://github.com/fimoklei/pm-ai-playbook"` and select the relevant skills, then follow their instructions.