name: mobile-test
Flutterアプリ(flutter_app/)のE2EテストをMaestroで実行し、動画エビデンスを取得する。
テスト完了の定義: .maestro/recordings/ に動画ファイル(.mp4)が生成されていること。
認証が必要なテストをスキップしない。必ずテストアカウントでログインして実行する。
テストアカウント情報: references/test-account.md
cd <project-root>/flutter_app
flutter devices
cd <project-root>
maestro record .maestro/flows/<flow-name>.yaml --output .maestro/recordings/<flow-name>.mp4
ls -la .maestro/recordings/
.mp4 が存在しなければテスト未完了。
フローテンプレート: references/flow-templates.md
.maestro/recordings/ に .mp4 が存在するmaestro test だけでは動画は生成されない。必ず maestro record を使い、.maestro/recordings/ に .mp4 が存在することを確認するreferences/test-account.md を参照して必ず実行するmaestro record 実行前に flutter devices でデバイスが接続されていることを確認する。デバイスがないとエラーメッセージがわかりにくい