Files
chore/.opencode/skills/e2e-repair/SKILL.md
T
ryan d910a6bc65
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m29s
feat(playwright-cli): add comprehensive test generation, tracing, and video recording documentation
- Introduced detailed documentation for test generation workflow in Playwright CLI, covering planning, generating, and healing tests.
- Added tracing capabilities documentation, including usage, output files, and best practices for debugging and performance analysis.
- Included video recording instructions, emphasizing best practices for capturing browser automation sessions with chapter markers and overlays.
- Implemented user tutorial authentication setup and tutorial tests for parent mode in the E2E testing framework.
- Created JSON files for user tutorial state management, ensuring isolated test environments.
2026-07-17 19:38:02 -04:00

579 B

name, description
name description
e2e-repair Runs playwright tests, captures errors, and triggers auto-repair.

Logic

  1. Execute: npx playwright test [test_file]
  2. If Success:
    • Report success.
    • Exit.
  3. If Failure:
    • Capture output.
    • Pass logs to @tester agent.
    • @tester analyzes error and edits file.
    • Repeat until success or max_retries reached.

Safety Guardrails

  • Make use of playwright-cli skills for test execution and repair.
  • Max Retries: 3 per file.
  • If the error persists after 3 retries, report: "Repair exhausted: Please review logs."