npx skills add https://github.com/raphaelbarbosaqwerty/maestro-dev-skills --skill maestro-e2eقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
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