Skip to content
Skillv1.0.0

maestro-e2e

E2E UI testing with Maestro for iOS, Android, Flutter, React Native, and Web

by raphaelbarbosaqwerty(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from raphaelbarbosaqwerty/maestro-dev-skills (SKILL.md) via skills.sh. Install upstream with npx skills add raphaelbarbosaqwerty/maestro-dev-skills. Copyright stays with the author.

When to use

Use this skill whenever you are:

  • Creating E2E, UI, or integration tests
  • Testing login, registration, or navigation flows
  • Handling permission dialogs (camera, location, notifications)
  • Debugging test failures or exploring UI hierarchy
  • Working with Maestro test files (.yaml)

Captions

When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information.

When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics patterns.

How to use

Read individual rule files for detailed explanations and code examples:

Core

Platforms

Advanced

Additional

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/raphaelbarbosaqwerty-maestro-dev-skills-maestro-e2e/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

raphaelbarbosaqwerty-maestro-dev-skills-maestro-e2e.ocm.jsonjson
{
  "ocm": "1",
  "id": "raphaelbarbosaqwerty-maestro-dev-skills-maestro-e2e",
  "kind": "skill",
  "name": "maestro-e2e",
  "description": "E2E UI testing with Maestro for iOS, Android, Flutter, React Native, and Web",
  "publisher": "raphaelbarbosaqwerty",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "maestro",
      "e2e",
      "testing",
      "ui",
      "automation",
      "flutter",
      "react-native",
      "ios",
      "android"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "E2E UI testing with Maestro for iOS, Android, Flutter, React Native, and Web"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/raphaelbarbosaqwerty/maestro-dev-skills",
      "path": "SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/raphaelbarbosaqwerty/maestro-dev-skills/maestro-e2e",
      "key": "raphaelbarbosaqwerty/maestro-dev-skills/SKILL.md"
    }
  },
  "instructions": "## When to use\n\nUse this skill whenever you are:\n\n- Creating E2E, UI, or integration tests\n- Testing login, registration, or navigation flows\n- Handling permission dialogs (camera, location, notifications)\n- Debugging test failures or exploring UI hierarchy\n- Working with Maestro test files (.yaml)\n\n## Captions\n\nWhen dealing with native permission dialogs, load the [./rules/permissions.md](./rules/permissions.md) file for platform-specific information.\n\nWhen working with Flutter apps, load the [./rules/platforms/flutter.md](./rules/platforms/flutter.md) file for Semantics patterns.\n\n## How to ",
  "cost": {
    "context_tokens": 767
  }
}

Fetch it by URL: GET /api/v1/registry/raphaelbarbosaqwerty-maestro-dev-skills-maestro-e2e/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.