AgentSkillsCN

flutter-testing

Flutter 测试技能中心:涵盖单元测试、组件测试、集成测试,以及模拟测试、黄金测试和 CI 稳定性保障等测试模式。

SKILL.md
--- frontmatter
name: flutter-testing
description: Flutter testing skill hub: unit/widget/integration tests, mocking, golden tests, and CI stability patterns.

Testing Skills

What this domain covers

Testing strategy and patterns for unit, widget, and integration tests; mocking; golden tests; and CI stability.

When to read it

  • Bugs keep coming back (need regression tests).
  • UI changes accidentally break layouts at different sizes.
  • CI is flaky or slow.

Subtopics

Decision guide