npx skills add https://github.com/raphaelbarbosaqwerty/maestro-dev-skills --skill maestro-e2eInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Comprehensive Maestro E2E UI testing skill for AI coding assistants.
npx skills add raphaelbarbosaqwerty/maestro-dev-skills
Or via npm:
npm install @raphaelbarbosaqwerty/maestro-skills
This skill provides comprehensive documentation for AI coding assistants to generate Maestro E2E tests. The main entry point is SKILL.md.
├── SKILL.md # Main skill file with overview
└── rules/
├── installation.md
├── test-structure.md
├── commands.md # 40+ Maestro commands
├── selectors.md
├── assertions.md
├── interactions.md
├── permissions.md
├── debugging.md
├── screenshots.md
├── ci-integration.md
├── best-practices.md
├── platforms/
│ ├── android.md
│ ├── ios.md
│ ├── flutter.md
│ ├── react-native.md
│ └── web.md
└── advanced/
├── parameters.md
├── conditions.md
├── nested-flows.md
├── javascript.md
├── waiting.md
└── repeat-retry.md
MIT