e2e-testing
e2e-testing connects AI agents to running apps across 8 platforms via MCP, enabling screenshot capture, element interaction, text entry, and UI state verification through natural language. The skill auto-detects your project, patches your app with a testing bridge, and exposes semantic element references for reliable cross-platform automation without writing test code.
e2e-testing automates end-to-end UI testing across 8 platforms using AI and natural language commands.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-23
e2e-testing automates end-to-end UI testing across 8 platforms using AI and natural language commands. e2e-testing connects AI agents to running apps across 8 platforms via MCP, enabling screenshot capture, element interaction, text entry, and UI state verification through natural language. The skill auto-detects your project, patches your app with a testing bridge, and exposes semantic element references for reliable cross-platform automation without writing test code.
Use it when
- Yes.
- e2e-testing uses natural language to drive cross-platform testing by connecting AI agents directly to your running app.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Similar skills
Install
ai-dashboad/flutter-skill/e2e-testing · repository language: Dart
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What platforms does e2e-testing support for AI-powered testing?
e2e-testing connects AI agents to running apps across 8 platforms via MCP, supporting Flutter, React Native, Electron, iOS, Android, .NET MAUI, Tauri, and KMP. The skill auto-detects your project and patches your app with a testing bridge to enable cross-platform automation without writing test code.
Can I automate UI testing without writing code using e2e-testing?
Yes. e2e-testing enables you to automate UI testing without writing test code by using natural language commands. The skill exposes semantic element references for reliable interaction, allowing you to verify app navigation, forms, and user flows through AI agents connected to your running app.
How does e2e-testing handle cross-platform app testing with natural language?
e2e-testing uses natural language to drive cross-platform testing by connecting AI agents directly to your running app. You can capture screenshots, interact with elements, enter text, and verify UI state through semantic references—all without test scripts. The skill auto-detects your project and patches it with a testing bridge for seamless automation.
What can e2e-testing verify in my app's user flows?
e2e-testing verifies app navigation, forms, and user flows by allowing AI agents to inspect UI elements and check app state. You can run smoke tests and validation checks using natural language commands, enabling end-to-end verification across mobile and desktop apps without manual test code.
How does e2e-testing connect AI agents to my running app?
e2e-testing operates as an MCP server that connects AI agents to your running app. Once your app is patched with the testing bridge, agents can capture screenshots, tap elements, enter text, and verify state through semantic references—enabling interactive testing and automated form validation without writing test scripts.
Is e2e-testing open source and what license does it use?
Yes, e2e-testing is released under the MIT license, making it open source and freely available for commercial and personal use.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
AI E2E Testing — 8 Platforms, Zero Test Code
flutter-skill is an MCP server that connects AI agents to running apps across 8 platforms. The agent takes screenshots, taps elements, enters text, scrolls, navigates, inspects UI trees, and verifies state — all through natural language.
Supported Platforms
| Platform | Setup |
|---|---|
| Flutter (iOS/Android/Web) | flutter pub add flutter_skill |
| React Native | npm install flutter-skill-react-native |
| Electron | npm install flutter-skill-electron |
| iOS (Swift/UIKit) | SPM: FlutterSkillSDK |
| Android (Kotlin) | Gradle: flutter-skill-android |
| Tauri (Rust) | cargo add flutter-skill-tauri |
| KMP Desktop | Gradle dependency |
(truncated - see the full file via the links below)
File tree — 1 file
skills/e2e-testing/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Automate end-to-end UI testing across multiple platforms using AI”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Mobile Automation guides E2E testing and UI verification for Flutter apps using dart-mcp and Marionette MCP. Launch apps on iOS simulators, verify UI elements, run mock scenarios without a Bridge server, or execute full end-to-end flows with Bridge integration for real Claude Code sessions.
This skill automates the creation of Flutter tests across widget and integration layers, helping you validate UI components and user workflows programmatically. It streamlines test generation for Flutter applications, reducing manual test writing overhead and improving coverage across your app's interactive surfaces.
This skill leverages the Detox framework to help you write and execute end-to-end tests for React Native mobile applications. It streamlines test generation and automation, enabling faster validation of app functionality across different devices and scenarios.
test-flutter automates testing workflows for Flutter apps, combining unit tests, widget tests, static analysis, and code formatting into a single execution flow. It provides structured test conventions for organizing tests by feature and separates logic verification from UI interaction testing.
This skill enables automated UI testing by orchestrating interact-screenshot-verify cycles, letting you capture application state and validate outcomes programmatically. Build reliable test workflows that reduce manual verification overhead and accelerate quality assurance cycles.
This skill equips you with comprehensive testing techniques for .NET MAUI projects, covering both unit and integration test frameworks. You'll discover how to structure tests effectively, configure your test environment, and validate your cross-platform application behavior across different scenarios.