Generate Widget Tests

Generate widget tests using the Robot Testing pattern for Flutter screens and widgets. Produces tests that identify widgets exclusively by Key (never by text), support i18n, use Robot classes to separate finders/actions/assertions, and follow GWT structure. Use proactively whenever the user asks to write, generate, add, create, or fix widget tests, screen tests, UI tests, robot tests, or integration-style widget tests for any widget, screen, or dialog in this Flutter project — even if they just say "write tests for X" or "add widget coverage to Y".

iamantoniodinuzzo 11599ce 25.7 KB Updated

File contents

iamantoniodinuzzo/claude-flutter/tree/main/skills/generate-widget-tests commit 11599cedd3

Frequently asked questions

npx skillmds@latest add iamantoniodinuzzo/generate-widget-tests