flutter-add-integration-test Skill
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package. Published by flutter in agent-plugins.
What is flutter-add-integration-test Skill?
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Design and media
- Testing use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use flutter-add-integration-test Skill
- Use it for testing.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/agent-plugins
- Skill file: skills/flutter-add-integration-test/SKILL.md
What it does
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package.
Skill instructions
Implementing Flutter Integration Tests Contents - Project Setup and Dependencies - Interactive Exploration via MCP - Test Authoring Guidelines - Execution and Profiling - Workflow: End-to-End Integration Testing - Examples Project Setup and Dependencies Configure the project to support integration testing and Flutter Driver extensions. 1. Add required development dependencies to pubspec.yaml: bash flutter pub add 'dev:integrationtest:{"sdk":"flutter"}' flutter pub add 'dev:fluttertest:{"sdk":"flutter"}' 2. Enable the Flutter Driver extension in your application entry point (typically lib/main.dart or a dedicated lib/maintest.dart): - Import package:flutterdriver/driverextension.dart. - Call enableFlutterDriverExtension(); before runApp(). 3. Add Key parameters (e.g., ValueKey('loginbutton')) to critical widgets in the application code to ensure reliable targeting during tests. Interactive Exploration via MCP Use the Dart/Flutter MCP server tools to interactively explore and manipulate
Explore related resources
Frequently asked questions
What is flutter-add-integration-test?
flutter-add-integration-test is a open-source AI agent skill with Copy skill directory. Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests.
Who is flutter-add-integration-test best for?
flutter-add-integration-test is best for reusing agent instructions, scripts, and references, testing workflows, design and media workflows.
How do I install flutter-add-integration-test?
Install or run flutter-add-integration-test using Copy skill directory. Check flutter-add-integration-test for the latest setup command.
Is flutter-add-integration-test actively maintained?
flutter-add-integration-test may need a closer maintenance check before production use.
Auto-fetched from GitHub.