E2E Testing

🌐Community
by ai-dashboad · vlatest · Repository

Helps with AI, testing as part of testing, debugging, and quality assurance workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ai-dashboad-e2e-testing npx -- -y @trustedskills/ai-dashboad-e2e-testing
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ai-dashboad-e2e-testing": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ai-dashboad-e2e-testing"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, E2E Testing, enables AI agents to interact with running applications across a variety of platforms using natural language commands. It provides an agent with the ability to see screenshots, tap elements, enter text, scroll, navigate, inspect UI trees, and verify application state—essentially giving the agent "eyes and hands" within the app. This allows for automated testing and debugging workflows without requiring any manual test code creation.

When to use it

  • Testing user flows (e.g., login sequences, checkout processes) in applications.
  • Debugging UI issues by having an agent interact with the application and verify expected behavior.
  • Automating quality assurance tasks across different platforms.
  • Verifying navigation and state changes within a running application.
  • Exploring app functionality through natural language instructions.

Key capabilities

  • Supports testing on Flutter (iOS/Android/Web), React Native, Electron, iOS (Swift/UIKit), Android (Kotlin), Tauri (Rust), KMP Desktop, and .NET MAUI platforms.
  • Provides tools for taking screenshots (screenshot).
  • Allows tapping elements by key, text, reference, or coordinates (tap).
  • Enables entering text into fields (enter_text).
  • Offers scrolling and swiping capabilities (scroll, swipe).
  • Includes inspection tools to discover interactive elements (inspect_interactive) and list all screen elements (get_elements).
  • Supports waiting for specific elements to appear (wait_for_element).

Example prompts

  • "Test the login flow — enter [email protected] and password123, tap Login, verify Dashboard appears."
  • "Take a screenshot of the current screen and describe what's visible."
  • "Scroll down to the bottom of the page and then tap the 'Submit' button."

Tips & gotchas

  • Requires initial setup for each supported platform (e.g., flutter pub add flutter_skill for Flutter).
  • The agent needs to be configured with the flutter-skill MCP server details in its configuration.
  • You must first initialize your application using flutter-skill init.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ai-dashboad
Installs
45

🌐 Community

Passed automated security scans.