flutter-add-integration-test
flutter add integration test
What it does
- Project Setup and Dependencies
- Interactive Exploration via MCP
- Test Authoring Guidelines
- Execution and Profiling
- Workflow: End-to-End Integration Testing
- Import package:flutterdriver/driverextension.dart.
- Call enableFlutterDriverExtension(); before runApp().
Requirements & configuration
- Execute tests using the flutter drive command. Require a host driver script located in testdriver/integrationtest.dart that calls integrationDriver().
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
flutter-add-integration-test FAQ
What does the flutter-add-integration-test skill do?
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 integration_test package. Project Setup and Dependencies Interactive Exploration via MCP
What does flutter-add-integration-test require?
Execute tests using the flutter drive command. Require a host driver script located in testdriver/integrationtest.dart that calls integrationDriver().
How do I install flutter-add-integration-test?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-add-integration-test --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-add-integration-test?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-add-integration-test?ref=badge) npx agentictools info skills/flutter-skills-flutter-add-integration-test The second line is the CLI lookup for this page — handy in READMEs and docs.