DonArtkins

flutter-testing

"Flutter widget + integration tests for the Griot mobile app: widget tests for key screens, integration_test for device flows, Docker-pinned runner in CI."

DonArtkins 0 Updated 3d ago
GitHub

Install

npx skillscat add donartkins/griot/flutter-testing

Install via the SkillsCat registry.

SKILL.md

Flutter Testing Skill

Commands

cd mobile
flutter test                # widget tests
flutter test integration_test  # device flows (emulator/physical)

Must-cover

  • Login screen + auth flow (mocked dio).
  • Status picker updates + persistence.
  • Board/task screens render from a mocked GraphQL client.

Rules

  • Widget tests assert behavior; integration_test covers real flows on a device.

Categories